Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dexynos_adc.c162 void (*exit_hw)(struct exynos_adc *info); member
280 .exit_hw = exynos_adc_v1_exit_hw,
307 .exit_hw = exynos_adc_v1_exit_hw,
328 .exit_hw = exynos_adc_v1_exit_hw,
348 .exit_hw = exynos_adc_v1_exit_hw,
357 .exit_hw = exynos_adc_v1_exit_hw,
418 .exit_hw = exynos_adc_v2_exit_hw,
431 .exit_hw = exynos_adc_v2_exit_hw,
460 .exit_hw = exynos_adc_v2_exit_hw,
903 if (info->data->exit_hw) in exynos_adc_probe()
[all …]