Lines Matching refs:exit_hw
161 void (*exit_hw)(struct exynos_adc *info); member
280 .exit_hw = exynos_adc_v1_exit_hw,
292 .exit_hw = exynos_adc_v1_exit_hw,
302 .exit_hw = exynos_adc_v1_exit_hw,
329 .exit_hw = exynos_adc_v1_exit_hw,
350 .exit_hw = exynos_adc_v1_exit_hw,
370 .exit_hw = exynos_adc_v1_exit_hw,
379 .exit_hw = exynos_adc_v1_exit_hw,
440 .exit_hw = exynos_adc_v2_exit_hw,
453 .exit_hw = exynos_adc_v2_exit_hw,
479 .exit_hw = exynos_adc_v2_exit_hw,
934 if (info->data->exit_hw) in exynos_adc_probe()
935 info->data->exit_hw(info); in exynos_adc_probe()
957 if (info->data->exit_hw) in exynos_adc_remove()
958 info->data->exit_hw(info); in exynos_adc_remove()
972 if (info->data->exit_hw) in exynos_adc_suspend()
973 info->data->exit_hw(info); in exynos_adc_suspend()