Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/adc/
H 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()
H A Drockchip-saradc.c37 int active_channel; member
47 if (channel != priv->active_channel) { in rockchip_saradc_channel_data()
82 priv->active_channel = channel; in rockchip_saradc_start_channel()
94 priv->active_channel = -1; in rockchip_saradc_stop()
113 priv->active_channel = -1; in rockchip_saradc_probe()
H A Dstm32-adc.c60 int active_channel; member
72 adc->active_channel = -1; in stm32_adc_stop()
131 adc->active_channel = channel; in stm32_adc_start_channel()
143 if (channel != adc->active_channel) { in stm32_adc_channel_data()
H A Dmeson-saradc.c175 int active_channel; member
428 if (channel != priv->active_channel) { in meson_saradc_channel_data()
638 priv->active_channel = channel; in meson_saradc_start_channel()
647 priv->active_channel = -1; in meson_saradc_stop()
671 priv->active_channel = -1; in meson_saradc_probe()
/openbmc/linux/net/ncsi/
H A Dncsi-manage.c477 nc = ndp->active_channel; in ncsi_suspend_channel()
989 struct ncsi_channel *nc = ndp->active_channel; in ncsi_configure_channel()
1578 ndp->active_channel = nc; in ncsi_process_next_channel()
1604 ndp->active_channel = NULL; in ncsi_process_next_channel()
1946 ndp->active_channel = active; in ncsi_reset_dev()
H A Dinternal.h338 struct ncsi_channel *active_channel; /* Currently handled channel */ member