Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Drohm-bd79124.c419 unsigned int enabled_chans; in bd79124_stop_measurement() local
423 ret = regmap_read(data->map, BD79124_REG_AUTO_CHANNELS, &enabled_chans); in bd79124_stop_measurement()
424 if (!(enabled_chans & BIT(chan))) in bd79124_stop_measurement()
431 enabled_chans &= ~BIT(chan); in bd79124_stop_measurement()
433 enabled_chans); in bd79124_stop_measurement()
441 if (!enabled_chans) { in bd79124_stop_measurement()