Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/adc/
Dexynos_adc.c122 void (*exit_hw)(struct exynos_adc *info); member
237 .exit_hw = exynos_adc_v1_exit_hw,
264 .exit_hw = exynos_adc_v1_exit_hw,
285 .exit_hw = exynos_adc_v1_exit_hw,
305 .exit_hw = exynos_adc_v1_exit_hw,
314 .exit_hw = exynos_adc_v1_exit_hw,
375 .exit_hw = exynos_adc_v2_exit_hw,
388 .exit_hw = exynos_adc_v2_exit_hw,
417 .exit_hw = exynos_adc_v2_exit_hw,
698 if (info->data->exit_hw) in exynos_adc_probe()
[all …]