Searched refs:scan_single_xfer (Results 1 – 4 of 4) sorted by relevance
45 struct spi_transfer scan_single_xfer[3]; member328 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[0], &st->scan_single_msg); in ad7298_probe()[all …]
36 struct spi_transfer scan_single_xfer[3]; member189 st->scan_single_xfer[0].rx_buf = &st->rx_buf[0]; in tlc4541_probe()190 st->scan_single_xfer[0].len = 3; in tlc4541_probe()191 st->scan_single_xfer[1].delay.value = 3; in tlc4541_probe()192 st->scan_single_xfer[1].delay.unit = SPI_DELAY_UNIT_NSECS; in tlc4541_probe()193 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in tlc4541_probe()194 st->scan_single_xfer[2].len = 2; in tlc4541_probe()197 st->scan_single_xfer, 3); in tlc4541_probe()
52 struct spi_transfer scan_single_xfer[2]; member332 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7923_probe()333 st->scan_single_xfer[0].len = 2; in ad7923_probe()334 st->scan_single_xfer[0].cs_change = 1; in ad7923_probe()335 st->scan_single_xfer[1].rx_buf = &st->rx_buf[0]; in ad7923_probe()336 st->scan_single_xfer[1].len = 2; in ad7923_probe()339 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7923_probe()340 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7923_probe()
69 struct spi_transfer scan_single_xfer[3]; member590 st->scan_single_xfer[0].tx_buf = &st->single_tx; in ti_ads7950_probe()591 st->scan_single_xfer[0].len = 2; in ti_ads7950_probe()592 st->scan_single_xfer[0].cs_change = 1; in ti_ads7950_probe()593 st->scan_single_xfer[1].tx_buf = &st->single_tx; in ti_ads7950_probe()594 st->scan_single_xfer[1].len = 2; in ti_ads7950_probe()595 st->scan_single_xfer[1].cs_change = 1; in ti_ads7950_probe()596 st->scan_single_xfer[2].rx_buf = &st->single_rx; in ti_ads7950_probe()597 st->scan_single_xfer[2].len = 2; in ti_ads7950_probe()600 st->scan_single_xfer, 3); in ti_ads7950_probe()