Lines Matching refs:exit_hw
164 void (*exit_hw)(struct exynos_adc *info); member
283 .exit_hw = exynos_adc_v1_exit_hw,
295 .exit_hw = exynos_adc_v1_exit_hw,
305 .exit_hw = exynos_adc_v1_exit_hw,
332 .exit_hw = exynos_adc_v1_exit_hw,
353 .exit_hw = exynos_adc_v1_exit_hw,
373 .exit_hw = exynos_adc_v1_exit_hw,
382 .exit_hw = exynos_adc_v1_exit_hw,
443 .exit_hw = exynos_adc_v2_exit_hw,
456 .exit_hw = exynos_adc_v2_exit_hw,
482 .exit_hw = exynos_adc_v2_exit_hw,
939 if (info->data->exit_hw) in exynos_adc_probe()
940 info->data->exit_hw(info); in exynos_adc_probe()
962 if (info->data->exit_hw) in exynos_adc_remove()
963 info->data->exit_hw(info); in exynos_adc_remove()
976 if (info->data->exit_hw) in exynos_adc_suspend()
977 info->data->exit_hw(info); in exynos_adc_suspend()