n_active_ch        89 drivers/iio/adc/stm32-dfsdm-core.c 	atomic_t n_active_ch;	/* number of current active channels */
n_active_ch       138 drivers/iio/adc/stm32-dfsdm-core.c 	if (atomic_inc_return(&priv->n_active_ch) == 1) {
n_active_ch       169 drivers/iio/adc/stm32-dfsdm-core.c 		atomic_read(&priv->n_active_ch));
n_active_ch       176 drivers/iio/adc/stm32-dfsdm-core.c 	atomic_dec(&priv->n_active_ch);
n_active_ch       193 drivers/iio/adc/stm32-dfsdm-core.c 	if (atomic_dec_and_test(&priv->n_active_ch)) {
n_active_ch       211 drivers/iio/adc/stm32-dfsdm-core.c 		atomic_read(&priv->n_active_ch));