Searched refs:active_channel (Results 1 – 4 of 4) sorted by relevance
13 int active_channel; member23 if (channel != priv->active_channel) { in exynos_adc_channel_data()52 priv->active_channel = channel; in exynos_adc_start_channel()69 priv->active_channel = -1; in exynos_adc_stop()99 priv->active_channel = -1; in exynos_adc_probe()
39 int active_channel; member49 if (channel != priv->active_channel) { in rockchip_saradc_channel_data()84 priv->active_channel = channel; in rockchip_saradc_start_channel()96 priv->active_channel = -1; in rockchip_saradc_stop()115 priv->active_channel = -1; in rockchip_saradc_probe()
64 int active_channel; member76 adc->active_channel = -1; in stm32_adc_stop()135 adc->active_channel = channel; in stm32_adc_start_channel()147 if (channel != adc->active_channel) { in stm32_adc_channel_data()
178 int active_channel; member431 if (channel != priv->active_channel) { in meson_saradc_channel_data()644 priv->active_channel = channel; in meson_saradc_start_channel()653 priv->active_channel = -1; in meson_saradc_stop()680 priv->active_channel = -1; in meson_saradc_probe()
Completed in 6 milliseconds