Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/adc/
Dexynos_adc.c124 void (*start_conv)(struct exynos_adc *info, unsigned long addr); member
239 .start_conv = exynos_adc_v1_start_conv,
265 .start_conv = exynos_adc_s3c2416_start_conv,
286 .start_conv = exynos_adc_s3c2443_start_conv,
306 .start_conv = exynos_adc_s3c64xx_start_conv,
316 .start_conv = exynos_adc_s3c64xx_start_conv,
377 .start_conv = exynos_adc_v2_start_conv,
390 .start_conv = exynos_adc_v2_start_conv,
419 .start_conv = exynos_adc_v2_start_conv,
480 if (info->data->start_conv) in exynos_read_raw()
[all …]