Lines Matching defs:data
19 #define SSP_GET_MESSAGE_TYPE(data) (data & (3 << SSP_RW)) argument
41 __le32 data; member
85 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) in ssp_create_msg()
164 static int ssp_check_lines(struct ssp_data *data, bool state) in ssp_check_lines()
187 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer()
253 static inline int ssp_spi_sync_command(struct ssp_data *data, in ssp_spi_sync_command()
259 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync()
270 static int ssp_handle_big_data(struct ssp_data *data, char *dataframe, int *idx) in ssp_handle_big_data()
277 static int ssp_parse_dataframe(struct ssp_data *data, char *dataframe, int len) in ssp_parse_dataframe()
338 int ssp_irq_msg(struct ssp_data *data) in ssp_irq_msg()
454 void ssp_clean_pending_list(struct ssp_data *data) in ssp_clean_pending_list()
469 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command()
486 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type, in ssp_send_instruction()
519 int ssp_get_chipid(struct ssp_data *data) in ssp_get_chipid()
538 int ssp_set_magnetic_matrix(struct ssp_data *data) in ssp_set_magnetic_matrix()
558 unsigned int ssp_get_sensor_scanning_info(struct ssp_data *data) in ssp_get_sensor_scanning_info()
585 unsigned int ssp_get_firmware_rev(struct ssp_data *data) in ssp_get_firmware_rev()