Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dad7192.c207 u32 aincom_mv; member
920 if (st->aincom_mv && !chan->differential) in ad7192_read_raw()
921 *val += DIV_ROUND_CLOSEST_ULL((u64)st->aincom_mv * NANO, in ad7192_read_raw()
1356 st->aincom_mv = ret == -ENODEV ? 0 : ret / MILLI; in ad7192_probe()