Home
last modified time | relevance | path

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

/drivers/iio/adc/
A Dad7887.c66 unsigned char tx_cmd_buf[4]; member
283 st->tx_cmd_buf[0] = AD7887_CH_AIN0 | mode; in ad7887_probe()
286 st->xfer[0].tx_buf = &st->tx_cmd_buf[0]; in ad7887_probe()
293 st->tx_cmd_buf[2] = AD7887_CH_AIN1 | mode; in ad7887_probe()
296 st->xfer[1].tx_buf = &st->tx_cmd_buf[2]; in ad7887_probe()
300 st->xfer[2].tx_buf = &st->tx_cmd_buf[0]; in ad7887_probe()
308 st->xfer[3].tx_buf = &st->tx_cmd_buf[2]; in ad7887_probe()

Completed in 4 milliseconds