Searched refs:stm32_dfsdm (Results 1 – 3 of 3) sorted by relevance
95 struct stm32_dfsdm dfsdm; /* common data exported for all instances */109 static int stm32_dfsdm_clk_prepare_enable(struct stm32_dfsdm *dfsdm) in stm32_dfsdm_clk_prepare_enable()139 int stm32_dfsdm_start_dfsdm(struct stm32_dfsdm *dfsdm) in stm32_dfsdm_start_dfsdm()194 int stm32_dfsdm_stop_dfsdm(struct stm32_dfsdm *dfsdm) in stm32_dfsdm_stop_dfsdm()313 struct stm32_dfsdm *dfsdm = &priv->dfsdm; in stm32_dfsdm_probe_identification()370 struct stm32_dfsdm *dfsdm; in stm32_dfsdm_probe()442 struct stm32_dfsdm *dfsdm = platform_get_drvdata(pdev); in stm32_dfsdm_core_remove()454 struct stm32_dfsdm *dfsdm = dev_get_drvdata(dev); in stm32_dfsdm_core_suspend()470 struct stm32_dfsdm *dfsdm = dev_get_drvdata(dev); in stm32_dfsdm_core_resume()487 struct stm32_dfsdm *dfsdm = dev_get_drvdata(dev); in stm32_dfsdm_core_runtime_suspend()[all …]
326 struct stm32_dfsdm { struct345 int stm32_dfsdm_start_dfsdm(struct stm32_dfsdm *dfsdm); argument346 int stm32_dfsdm_stop_dfsdm(struct stm32_dfsdm *dfsdm);
74 struct stm32_dfsdm *dfsdm;373 static int stm32_dfsdm_chan_configure(struct stm32_dfsdm *dfsdm, in stm32_dfsdm_chan_configure()399 struct stm32_dfsdm *dfsdm = adc->dfsdm; in stm32_dfsdm_start_filter()418 static void stm32_dfsdm_stop_filter(struct stm32_dfsdm *dfsdm, in stm32_dfsdm_stop_filter()601 static int stm32_dfsdm_channel_parse_of(struct stm32_dfsdm *dfsdm, in stm32_dfsdm_channel_parse_of()672 static int stm32_dfsdm_generic_channel_parse_of(struct stm32_dfsdm *dfsdm, in stm32_dfsdm_generic_channel_parse_of()
Completed in 11 milliseconds