Searched refs:scan_single_xfer (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ad7298.c | 46 struct spi_transfer scan_single_xfer[3]; member 322 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7298_probe() 323 st->scan_single_xfer[0].len = 2; in ad7298_probe() 324 st->scan_single_xfer[0].cs_change = 1; in ad7298_probe() 325 st->scan_single_xfer[1].tx_buf = &st->tx_buf[1]; in ad7298_probe() 326 st->scan_single_xfer[1].len = 2; in ad7298_probe() 327 st->scan_single_xfer[1].cs_change = 1; in ad7298_probe() 328 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in ad7298_probe() 329 st->scan_single_xfer[2].len = 2; in ad7298_probe() 332 spi_message_add_tail(&st->scan_single_xfer[ in ad7298_probe() [all...] |
H A D | ti-tlc4541.c | 36 struct spi_transfer scan_single_xfer[3]; member 190 st->scan_single_xfer[0].rx_buf = &st->rx_buf[0]; in tlc4541_probe() 191 st->scan_single_xfer[0].len = 3; in tlc4541_probe() 192 st->scan_single_xfer[1].delay.value = 3; in tlc4541_probe() 193 st->scan_single_xfer[1].delay.unit = SPI_DELAY_UNIT_NSECS; in tlc4541_probe() 194 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in tlc4541_probe() 195 st->scan_single_xfer[2].len = 2; in tlc4541_probe() 198 st->scan_single_xfer, 3); in tlc4541_probe()
|
H A D | ad7923.c | 51 struct spi_transfer scan_single_xfer[2]; member 329 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7923_probe() 330 st->scan_single_xfer[0].len = 2; in ad7923_probe() 331 st->scan_single_xfer[0].cs_change = 1; in ad7923_probe() 332 st->scan_single_xfer[1].rx_buf = &st->rx_buf[0]; in ad7923_probe() 333 st->scan_single_xfer[1].len = 2; in ad7923_probe() 336 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7923_probe() 337 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7923_probe()
|
H A D | ti-adc108s102.c | 66 struct spi_transfer scan_single_xfer; member 69 /* SPI message used by scan_single_xfer SPI transfer */ 262 st->scan_single_xfer.tx_buf = st->tx_buf; in adc108s102_probe() 263 st->scan_single_xfer.rx_buf = st->rx_buf; in adc108s102_probe() 264 st->scan_single_xfer.len = 2 * sizeof(st->tx_buf[0]); in adc108s102_probe() 267 &st->scan_single_xfer, 1); in adc108s102_probe()
|
H A D | ti-ads7950.c | 69 struct spi_transfer scan_single_xfer[3]; member 583 st->scan_single_xfer[0].tx_buf = &st->single_tx; in ti_ads7950_probe() 584 st->scan_single_xfer[0].len = 2; in ti_ads7950_probe() 585 st->scan_single_xfer[0].cs_change = 1; in ti_ads7950_probe() 586 st->scan_single_xfer[1].tx_buf = &st->single_tx; in ti_ads7950_probe() 587 st->scan_single_xfer[1].len = 2; in ti_ads7950_probe() 588 st->scan_single_xfer[1].cs_change = 1; in ti_ads7950_probe() 589 st->scan_single_xfer[2].rx_buf = &st->single_rx; in ti_ads7950_probe() 590 st->scan_single_xfer[2].len = 2; in ti_ads7950_probe() 593 st->scan_single_xfer, in ti_ads7950_probe() [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7298.c | 45 struct spi_transfer scan_single_xfer[3]; member 328 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7298_probe() 329 st->scan_single_xfer[0].len = 2; in ad7298_probe() 330 st->scan_single_xfer[0].cs_change = 1; in ad7298_probe() 331 st->scan_single_xfer[1].tx_buf = &st->tx_buf[1]; in ad7298_probe() 332 st->scan_single_xfer[1].len = 2; in ad7298_probe() 333 st->scan_single_xfer[1].cs_change = 1; in ad7298_probe() 334 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in ad7298_probe() 335 st->scan_single_xfer[2].len = 2; in ad7298_probe() 338 spi_message_add_tail(&st->scan_single_xfer[ in ad7298_probe() [all...] |
H A D | ti-tlc4541.c | 36 struct spi_transfer scan_single_xfer[3]; member 190 st->scan_single_xfer[0].rx_buf = &st->rx_buf[0]; in tlc4541_probe() 191 st->scan_single_xfer[0].len = 3; in tlc4541_probe() 192 st->scan_single_xfer[1].delay.value = 3; in tlc4541_probe() 193 st->scan_single_xfer[1].delay.unit = SPI_DELAY_UNIT_NSECS; in tlc4541_probe() 194 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in tlc4541_probe() 195 st->scan_single_xfer[2].len = 2; in tlc4541_probe() 198 st->scan_single_xfer, 3); in tlc4541_probe()
|
H A D | ad7923.c | 52 struct spi_transfer scan_single_xfer[2]; member 333 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7923_probe() 334 st->scan_single_xfer[0].len = 2; in ad7923_probe() 335 st->scan_single_xfer[0].cs_change = 1; in ad7923_probe() 336 st->scan_single_xfer[1].rx_buf = &st->rx_buf[0]; in ad7923_probe() 337 st->scan_single_xfer[1].len = 2; in ad7923_probe() 340 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7923_probe() 341 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7923_probe()
|
H A D | ti-adc108s102.c | 66 struct spi_transfer scan_single_xfer; member 69 /* SPI message used by scan_single_xfer SPI transfer */ 271 st->scan_single_xfer.tx_buf = st->tx_buf; in adc108s102_probe() 272 st->scan_single_xfer.rx_buf = st->rx_buf; in adc108s102_probe() 273 st->scan_single_xfer.len = 2 * sizeof(st->tx_buf[0]); in adc108s102_probe() 276 &st->scan_single_xfer, 1); in adc108s102_probe()
|
H A D | ti-ads7950.c | 69 struct spi_transfer scan_single_xfer[3]; member 583 st->scan_single_xfer[0].tx_buf = &st->single_tx; in ti_ads7950_probe() 584 st->scan_single_xfer[0].len = 2; in ti_ads7950_probe() 585 st->scan_single_xfer[0].cs_change = 1; in ti_ads7950_probe() 586 st->scan_single_xfer[1].tx_buf = &st->single_tx; in ti_ads7950_probe() 587 st->scan_single_xfer[1].len = 2; in ti_ads7950_probe() 588 st->scan_single_xfer[1].cs_change = 1; in ti_ads7950_probe() 589 st->scan_single_xfer[2].rx_buf = &st->single_rx; in ti_ads7950_probe() 590 st->scan_single_xfer[2].len = 2; in ti_ads7950_probe() 593 st->scan_single_xfer, in ti_ads7950_probe() [all...] |
Completed in 6 milliseconds