Lines Matching refs:spi_xfer
116 struct spi_transfer spi_xfer; member
215 rd->spi_xfer.tx_buf = &rd->spi_tx; in tsc2005_setup_read()
216 rd->spi_xfer.rx_buf = &rd->spi_rx; in tsc2005_setup_read()
217 rd->spi_xfer.len = 4; in tsc2005_setup_read()
218 rd->spi_xfer.bits_per_word = 24; in tsc2005_setup_read()
219 rd->spi_xfer.cs_change = !last; in tsc2005_setup_read()
231 spi_message_add_tail(&spi_rd.spi_xfer, &msg); in tsc2005_read()
586 spi_message_add_tail(&ts->spi_x.spi_xfer, &ts->spi_read_msg); in tsc2005_setup_spi_xfer()
587 spi_message_add_tail(&ts->spi_y.spi_xfer, &ts->spi_read_msg); in tsc2005_setup_spi_xfer()
588 spi_message_add_tail(&ts->spi_z1.spi_xfer, &ts->spi_read_msg); in tsc2005_setup_spi_xfer()
589 spi_message_add_tail(&ts->spi_z2.spi_xfer, &ts->spi_read_msg); in tsc2005_setup_spi_xfer()