Searched defs:stm32_adc_priv_cfg (Results 1 – 2 of 2) sorted by relevance
68 struct stm32_adc_priv_cfg { struct69 const struct stm32_adc_common_regs *regs;70 int (*clk_sel)(struct platform_device *, struct stm32_adc_priv *);71 u32 max_clk_rate_hz;72 unsigned int has_syscfg;73 unsigned int num_irqs;
50 struct stm32_adc_priv_cfg { struct72 const struct stm32_adc_priv_cfg *cfg; argument