Searched refs:scan_single_msg (Results 1 – 2 of 2) sorted by relevance
49 struct spi_message scan_single_msg; member180 ret = spi_sync(st->spi, &st->scan_single_msg); in ad7298_scan_direct()334 spi_message_init(&st->scan_single_msg); in ad7298_probe()335 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7298_probe()336 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7298_probe()337 spi_message_add_tail(&st->scan_single_xfer[2], &st->scan_single_msg); in ad7298_probe()
59 struct spi_message scan_single_msg; member202 ret = spi_sync(st->spi, &st->scan_single_msg); in ad7923_scan_direct()305 spi_message_init(&st->scan_single_msg); in ad7923_probe()306 spi_message_add_tail(&st->scan_single_xfer[0], &st->scan_single_msg); in ad7923_probe()307 spi_message_add_tail(&st->scan_single_xfer[1], &st->scan_single_msg); in ad7923_probe()