Lines Matching defs:data
9 #define SSP_GET_MESSAGE_TYPE(data) (data & (3 << SSP_RW)) argument
31 __le32 data; member
75 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) in ssp_create_msg()
154 static int ssp_check_lines(struct ssp_data *data, bool state) in ssp_check_lines()
177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer()
243 static inline int ssp_spi_sync_command(struct ssp_data *data, in ssp_spi_sync_command()
249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync()
260 static int ssp_handle_big_data(struct ssp_data *data, char *dataframe, int *idx) in ssp_handle_big_data()
267 static int ssp_parse_dataframe(struct ssp_data *data, char *dataframe, int len) in ssp_parse_dataframe()
332 int ssp_irq_msg(struct ssp_data *data) in ssp_irq_msg()
447 void ssp_clean_pending_list(struct ssp_data *data) in ssp_clean_pending_list()
462 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command()
479 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type, in ssp_send_instruction()
512 int ssp_get_chipid(struct ssp_data *data) in ssp_get_chipid()
531 int ssp_set_magnetic_matrix(struct ssp_data *data) in ssp_set_magnetic_matrix()
551 unsigned int ssp_get_sensor_scanning_info(struct ssp_data *data) in ssp_get_sensor_scanning_info()
578 unsigned int ssp_get_firmware_rev(struct ssp_data *data) in ssp_get_firmware_rev()