Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/adc/
Dstm32-adc.c169 struct stm32_adc_regspec { struct
204 const struct stm32_adc_regspec *regs; argument
395 static const struct stm32_adc_regspec stm32f4_adc_regspec = {
489 static const struct stm32_adc_regspec stm32h7_adc_regspec = {
504 static const struct stm32_adc_regspec stm32mp1_adc_regspec = {
1304 const struct stm32_adc_regspec *regs = adc->cfg->regs; in stm32_adc_single_conv()
1416 const struct stm32_adc_regspec *regs = adc->cfg->regs; in stm32_adc_threaded_isr()
1439 const struct stm32_adc_regspec *regs = adc->cfg->regs; in stm32_adc_isr()