Home
last modified time | relevance | path

Searched refs:AD7192_CONF_UNIPOLAR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7192.c99 #define AD7192_CONF_UNIPOLAR BIT(3) /* Unipolar/Bipolar Enable */ macro
391 st->conf |= AD7192_CONF_UNIPOLAR; in ad7192_setup()
418 ((st->conf & AD7192_CONF_UNIPOLAR) ? 0 : 1)); in ad7192_setup()
646 bool unipolar = !!(st->conf & AD7192_CONF_UNIPOLAR); in ad7192_read_raw()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7192.c100 #define AD7192_CONF_UNIPOLAR BIT(3) /* Unipolar/Bipolar Enable */ macro
432 st->conf |= AD7192_CONF_UNIPOLAR; in ad7192_setup()
459 ((st->conf & AD7192_CONF_UNIPOLAR) ? 0 : 1)); in ad7192_setup()
686 bool unipolar = !!(st->conf & AD7192_CONF_UNIPOLAR); in ad7192_read_raw()

Completed in 4 milliseconds