Home
last modified time | relevance | path

Searched defs:stm32_adc_cfg (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/iio/adc/
Dstm32-adc.c213 struct stm32_adc_cfg { struct
214 const struct stm32_adc_regspec *regs;
215 const struct stm32_adc_info *adc_info;
216 struct stm32_adc_trig_info *trigs;
217 bool clk_required;
218 bool has_vregready;
219 bool has_boostmode;
220 bool has_linearcal;
221 bool has_presel;
222 int (*prepare)(struct iio_dev *);
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Dstm32-adc.c160 struct stm32_adc_cfg { struct
161 const struct stm32_adc_regspec *regs;
162 const struct stm32_adc_info *adc_info;
163 struct stm32_adc_trig_info *trigs;
164 bool clk_required;
165 bool has_vregready;
166 int (*prepare)(struct iio_dev *);
167 void (*start_conv)(struct iio_dev *, bool dma);
168 void (*stop_conv)(struct iio_dev *);
169 void (*unprepare)(struct iio_dev *);
[all …]