Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dad7298.c47 struct spi_transfer scan_single_xfer[3]; member
325 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7298_probe()
326 st->scan_single_xfer[0].len = 2; in ad7298_probe()
327 st->scan_single_xfer[0].cs_change = 1; in ad7298_probe()
328 st->scan_single_xfer[1].tx_buf = &st->tx_buf[1]; in ad7298_probe()
329 st->scan_single_xfer[1].len = 2; in ad7298_probe()
330 st->scan_single_xfer[1].cs_change = 1; in ad7298_probe()
331 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in ad7298_probe()
332 st->scan_single_xfer[2].len = 2; in ad7298_probe()
335 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7298_probe()
[all …]
Dti-tlc4541.c38 struct spi_transfer scan_single_xfer[3]; member
193 st->scan_single_xfer[0].rx_buf = &st->rx_buf[0]; in tlc4541_probe()
194 st->scan_single_xfer[0].len = 3; in tlc4541_probe()
195 st->scan_single_xfer[1].delay_usecs = 3; in tlc4541_probe()
196 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in tlc4541_probe()
197 st->scan_single_xfer[2].len = 2; in tlc4541_probe()
200 st->scan_single_xfer, 3); in tlc4541_probe()
Dad7923.c57 struct spi_transfer scan_single_xfer[2]; member
298 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7923_probe()
299 st->scan_single_xfer[0].len = 2; in ad7923_probe()
300 st->scan_single_xfer[0].cs_change = 1; in ad7923_probe()
301 st->scan_single_xfer[1].rx_buf = &st->rx_buf[0]; in ad7923_probe()
302 st->scan_single_xfer[1].len = 2; in ad7923_probe()
305 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7923_probe()
306 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7923_probe()
Dti-ads7950.c55 struct spi_transfer scan_single_xfer[3]; member
410 st->scan_single_xfer[0].tx_buf = &st->single_tx; in ti_ads7950_probe()
411 st->scan_single_xfer[0].len = 2; in ti_ads7950_probe()
412 st->scan_single_xfer[0].cs_change = 1; in ti_ads7950_probe()
413 st->scan_single_xfer[1].tx_buf = &st->single_tx; in ti_ads7950_probe()
414 st->scan_single_xfer[1].len = 2; in ti_ads7950_probe()
415 st->scan_single_xfer[1].cs_change = 1; in ti_ads7950_probe()
416 st->scan_single_xfer[2].rx_buf = &st->single_rx; in ti_ads7950_probe()
417 st->scan_single_xfer[2].len = 2; in ti_ads7950_probe()
420 st->scan_single_xfer, 3); in ti_ads7950_probe()
Dti-adc108s102.c73 struct spi_transfer scan_single_xfer; member
270 st->scan_single_xfer.tx_buf = st->tx_buf; in adc108s102_probe()
271 st->scan_single_xfer.rx_buf = st->rx_buf; in adc108s102_probe()
272 st->scan_single_xfer.len = 2 * sizeof(st->tx_buf[0]); in adc108s102_probe()
275 &st->scan_single_xfer, 1); in adc108s102_probe()