Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/adc/
H A Dstm32-adc-core.c59 struct stm32_adc_common *common) in stm32h7_adc_clk_sel()
140 struct stm32_adc_common *common = dev_get_priv(dev); in stm32_adc_core_probe()
208 .priv_auto_alloc_size = sizeof(struct stm32_adc_common),
H A Dstm32-adc-core.h42 struct stm32_adc_common { struct
H A Dstm32-adc.c80 struct stm32_adc_common *common = dev_get_priv(dev_get_parent(dev)); in stm32_adc_start_channel()
205 struct stm32_adc_common *common = dev_get_priv(dev_get_parent(dev)); in stm32_adc_probe()
/openbmc/linux/drivers/iio/adc/
H A Dstm32-adc-core.c117 struct stm32_adc_common common;
122 static struct stm32_adc_priv *to_stm32_adc_priv(struct stm32_adc_common *com) in to_stm32_adc_priv()
531 struct stm32_adc_common *common = dev_get_drvdata(dev); in stm32_adc_core_hw_start()
588 struct stm32_adc_common *common = dev_get_drvdata(dev); in stm32_adc_core_hw_stop()
824 struct stm32_adc_common *common = platform_get_drvdata(pdev); in stm32_adc_remove()
H A Dstm32-adc-core.h254 struct stm32_adc_common { struct
H A Dstm32-adc.c260 struct stm32_adc_common *common;