Searched refs:scan_single_xfer (Results 1 – 2 of 2) sorted by relevance
198 st->scan_single_xfer[0].tx_buf = &st->tx_buf[0]; in ad7298_probe()199 st->scan_single_xfer[0].len = 2; in ad7298_probe()200 st->scan_single_xfer[0].cs_change = 1; in ad7298_probe()201 st->scan_single_xfer[1].tx_buf = &st->tx_buf[1]; in ad7298_probe()202 st->scan_single_xfer[1].len = 2; in ad7298_probe()203 st->scan_single_xfer[1].cs_change = 1; in ad7298_probe()204 st->scan_single_xfer[2].rx_buf = &st->rx_buf[0]; in ad7298_probe()205 st->scan_single_xfer[2].len = 2; in ad7298_probe()208 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7298_probe()209 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7298_probe()[all …]
45 struct spi_transfer scan_single_xfer[3]; member