Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dexynos_adc.c283 .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,
943 if (info->data->exit_hw) in exynos_adc_probe()
944 info->data->exit_hw(info); in exynos_adc_probe()
966 if (info->data->exit_hw) in exynos_adc_remove()
967 info->data->exit_hw(info); in exynos_adc_remove()
980 if (info->data->exit_hw) in exynos_adc_suspend()
[all …]