Home
last modified time | relevance | path

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

/u-boot/drivers/adc/
A Dexynos-adc.c13 int active_channel; member
23 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()
A Drockchip-saradc.c39 int active_channel; member
49 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()
A Dstm32-adc.c64 int active_channel; member
76 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()
A Dmeson-saradc.c178 int active_channel; member
431 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