Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dina2xx-adc.c149 bool allow_async_readout; member
545 return sysfs_emit(buf, "%d\n", chip->allow_async_readout); in ina2xx_allow_async_readout_show()
560 chip->allow_async_readout = val; in ina2xx_allow_async_readout_store()
788 if (!chip->allow_async_readout) in ina2xx_capture_thread()
794 while (!chip->allow_async_readout) { in ina2xx_capture_thread()
846 chip->allow_async_readout); in ina2xx_buffer_enable()