Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/adc/
Dstm32-adc.c140 struct stm32_adc;
161 int (*prepare)(struct stm32_adc *);
162 void (*start_conv)(struct stm32_adc *, bool dma);
163 void (*stop_conv)(struct stm32_adc *);
164 void (*unprepare)(struct stm32_adc *);
192 struct stm32_adc { struct
450 static u32 stm32_adc_readl(struct stm32_adc *adc, u32 reg) in stm32_adc_readl()
461 static u16 stm32_adc_readw(struct stm32_adc *adc, u32 reg) in stm32_adc_readw()
466 static void stm32_adc_writel(struct stm32_adc *adc, u32 reg, u32 val) in stm32_adc_writel()
471 static void stm32_adc_set_bits(struct stm32_adc *adc, u32 reg, u32 bits) in stm32_adc_set_bits()
[all …]