Lines Matching refs:stm32_adc_priv
63 struct stm32_adc_priv;
77 int (*clk_sel)(struct platform_device *, struct stm32_adc_priv *);
104 struct stm32_adc_priv { struct
123 static struct stm32_adc_priv *to_stm32_adc_priv(struct stm32_adc_common *com) in to_stm32_adc_priv() argument
125 return container_of(com, struct stm32_adc_priv, common); in to_stm32_adc_priv()
138 struct stm32_adc_priv *priv) in stm32f4_adc_clk_sel()
210 struct stm32_adc_priv *priv) in stm32h7_adc_clk_sel()
343 static unsigned int stm32_adc_eoc_enabled(struct stm32_adc_priv *priv, in stm32_adc_eoc_enabled()
356 struct stm32_adc_priv *priv = irq_desc_get_handler_data(desc); in stm32_adc_irq_handler()
408 struct stm32_adc_priv *priv) in stm32_adc_irq_probe()
441 struct stm32_adc_priv *priv) in stm32_adc_irq_remove()
454 static int stm32_adc_core_switches_supply_en(struct stm32_adc_priv *priv, in stm32_adc_core_switches_supply_en()
516 static void stm32_adc_core_switches_supply_dis(struct stm32_adc_priv *priv) in stm32_adc_core_switches_supply_dis()
533 struct stm32_adc_priv *priv = to_stm32_adc_priv(common); in stm32_adc_core_hw_start()
590 struct stm32_adc_priv *priv = to_stm32_adc_priv(common); in stm32_adc_core_hw_stop()
602 struct stm32_adc_priv *priv) in stm32_adc_core_switches_probe()
665 struct stm32_adc_priv *priv) in stm32_adc_probe_identification()
709 struct stm32_adc_priv *priv; in stm32_adc_probe()
820 struct stm32_adc_priv *priv = to_stm32_adc_priv(common); in stm32_adc_remove()