Lines Matching refs:exit_hw
122 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()
699 info->data->exit_hw(info); in exynos_adc_probe()
717 if (info->data->exit_hw) in exynos_adc_remove()
718 info->data->exit_hw(info); in exynos_adc_remove()
732 if (info->data->exit_hw) in exynos_adc_suspend()
733 info->data->exit_hw(info); in exynos_adc_suspend()