Searched refs:n_active_ch (Results 1 – 1 of 1) sorted by relevance
97 atomic_t n_active_ch; /* number of current active channels */ member145 if (atomic_inc_return(&priv->n_active_ch) == 1) { in stm32_dfsdm_start_dfsdm()174 atomic_read(&priv->n_active_ch)); in stm32_dfsdm_start_dfsdm()181 atomic_dec(&priv->n_active_ch); in stm32_dfsdm_start_dfsdm()198 if (atomic_dec_and_test(&priv->n_active_ch)) { in stm32_dfsdm_stop_dfsdm()216 atomic_read(&priv->n_active_ch)); in stm32_dfsdm_stop_dfsdm()