Searched refs:ssp_msg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 34 struct ssp_msg { struct 75 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) in ssp_create_msg() 78 struct ssp_msg *msg; in ssp_create_msg() 109 static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset, in ssp_fill_buffer() 115 static inline void ssp_get_buffer(struct ssp_msg *m, unsigned int offset, in ssp_get_buffer() 126 static void ssp_clean_msg(struct ssp_msg *m) in ssp_clean_msg() 177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer() 244 struct ssp_msg *msg) in ssp_spi_sync_command() 249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync() 338 struct ssp_msg *msg = NULL, *iter, *n; in ssp_irq_msg() [all …]
|