Searched refs:spi_sh_data (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/spi/ | 
| D | spi-sh.c | 80 struct spi_sh_data {  struct 93 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data,  in spi_sh_write()  argument 102 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset)  in spi_sh_read() 112 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val,  in spi_sh_set_bit() 122 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val,  in spi_sh_clear_bit() 132 static void clear_fifo(struct spi_sh_data *ss)  in clear_fifo() 138 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss)  in spi_sh_wait_receive_buffer() 150 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss)  in spi_sh_wait_write_buffer_empty() 162 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg,  in spi_sh_send() 227 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg,  in spi_sh_receive() [all …] 
 |