Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dexynos_adc.c133 void (*exit_hw)(struct exynos_adc *info); member
252 .exit_hw = exynos_adc_v1_exit_hw,
264 .exit_hw = exynos_adc_v1_exit_hw,
274 .exit_hw = exynos_adc_v1_exit_hw,
295 .exit_hw = exynos_adc_v1_exit_hw,
356 .exit_hw = exynos_adc_v2_exit_hw,
369 .exit_hw = exynos_adc_v2_exit_hw,
395 .exit_hw = exynos_adc_v2_exit_hw,
659 if (info->data->exit_hw) in exynos_adc_probe()
660 info->data->exit_hw(info); in exynos_adc_probe()
[all …]