Lines Matching defs:ss
97 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write()
103 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset) in spi_sh_read()
108 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_set_bit()
118 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_clear_bit()
128 static void clear_fifo(struct spi_sh_data *ss) in clear_fifo()
134 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss) in spi_sh_wait_receive_buffer()
146 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss) in spi_sh_wait_write_buffer_empty()
158 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send()
226 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive()
287 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() local
350 struct spi_sh_data *ss = spi_master_get_devdata(spi->master); in spi_sh_setup() local
372 struct spi_sh_data *ss = spi_master_get_devdata(spi->master); in spi_sh_transfer() local
395 struct spi_sh_data *ss = spi_master_get_devdata(spi->master); in spi_sh_cleanup() local
405 struct spi_sh_data *ss = (struct spi_sh_data *)_ss; in spi_sh_irq() local
428 struct spi_sh_data *ss = dev_get_drvdata(&pdev->dev); in spi_sh_remove() local
442 struct spi_sh_data *ss; in spi_sh_probe() local