Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dstm32-adc.c245 struct stm32_adc;
267 int (*selfcalib)(struct stm32_adc *);
268 int (*prepare)(struct stm32_adc *);
269 void (*start_conv)(struct stm32_adc *, bool dma);
270 void (*stop_conv)(struct stm32_adc *);
271 void (*unprepare)(struct stm32_adc *);
299 struct stm32_adc { struct
557 static u32 stm32_adc_readl(struct stm32_adc *adc, u32 reg) in stm32_adc_readl()
568 static u16 stm32_adc_readw(struct stm32_adc *adc, u32 reg) in stm32_adc_readw()
573 static void stm32_adc_writel(struct stm32_adc *adc, u32 reg, u32 val) in stm32_adc_writel()
[all …]