Home
last modified time | relevance | path

Searched refs:scan_single_xfer (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7298.c44 struct spi_transfer scan_single_xfer[3]; member
327 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7298_probe()
328 st->scan_single_xfer[0].len = 2; in ad7298_probe()
329 st->scan_single_xfer[0].cs_change = 1; in ad7298_probe()
330 st->scan_single_xfer[1].tx_buf = &st->tx_buf[1]; in ad7298_probe()
331 st->scan_single_xfer[1].len = 2; in ad7298_probe()
332 st->scan_single_xfer[1].cs_change = 1; in ad7298_probe()
333 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in ad7298_probe()
334 st->scan_single_xfer[2].len = 2; in ad7298_probe()
337 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7298_probe()
[all …]
H A Dti-tlc4541.c35 struct spi_transfer scan_single_xfer[3]; member
188 st->scan_single_xfer[0].rx_buf = &st->rx_buf[0]; in tlc4541_probe()
189 st->scan_single_xfer[0].len = 3; in tlc4541_probe()
190 st->scan_single_xfer[1].delay.value = 3; in tlc4541_probe()
191 st->scan_single_xfer[1].delay.unit = SPI_DELAY_UNIT_NSECS; in tlc4541_probe()
192 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in tlc4541_probe()
193 st->scan_single_xfer[2].len = 2; in tlc4541_probe()
196 st->scan_single_xfer, 3); in tlc4541_probe()
H A Dti-adc108s102.c64 struct spi_transfer scan_single_xfer; member
247 st->scan_single_xfer.tx_buf = st->tx_buf; in adc108s102_probe()
248 st->scan_single_xfer.rx_buf = st->rx_buf; in adc108s102_probe()
249 st->scan_single_xfer.len = 2 * sizeof(st->tx_buf[0]); in adc108s102_probe()
252 &st->scan_single_xfer, 1); in adc108s102_probe()