Searched refs:start_conv (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/iio/adc/ |
| D | exynos_adc.c | 164 void (*start_conv)(struct exynos_adc *info, unsigned long addr); member 282 .start_conv = exynos_adc_v1_start_conv, 308 .start_conv = exynos_adc_s3c2416_start_conv, 329 .start_conv = exynos_adc_s3c2443_start_conv, 349 .start_conv = exynos_adc_s3c64xx_start_conv, 359 .start_conv = exynos_adc_s3c64xx_start_conv, 420 .start_conv = exynos_adc_v2_start_conv, 433 .start_conv = exynos_adc_v2_start_conv, 462 .start_conv = exynos_adc_v2_start_conv, 523 if (info->data->start_conv) in exynos_read_raw() [all …]
|
| D | stm32-adc.c | 269 void (*start_conv)(struct stm32_adc *, bool dma); member 1210 adc->cfg->start_conv(adc, false); in stm32_adc_single_conv() 1495 adc->cfg->start_conv(adc, !!adc->dma_chan); in stm32_adc_buffer_postenable() 1955 .start_conv = stm32f4_adc_start_conv, 1965 .start_conv = stm32h7_adc_start_conv, 1978 .start_conv = stm32h7_adc_start_conv,
|