Lines Matching refs:stm32_dwmac

92 struct stm32_dwmac {  struct
113 int (*suspend)(struct stm32_dwmac *dwmac); argument
114 void (*resume)(struct stm32_dwmac *dwmac);
115 int (*parse_data)(struct stm32_dwmac *dwmac,
122 static int stm32_dwmac_clk_enable(struct stm32_dwmac *dwmac, bool resume) in stm32_dwmac_clk_enable()
161 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32_dwmac_init()
175 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_select_ethck_external()
206 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_validate_ethck_rate()
240 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_configure_pmcr()
296 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp2_configure_syscfg()
342 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mp1_set_mode()
361 struct stm32_dwmac *dwmac = plat_dat->bsp_priv; in stm32mcu_set_mode()
385 static void stm32_dwmac_clk_disable(struct stm32_dwmac *dwmac, bool suspend) in stm32_dwmac_clk_disable()
396 static int stm32_dwmac_parse_data(struct stm32_dwmac *dwmac, in stm32_dwmac_parse_data()
449 static int stm32mp1_parse_data(struct stm32_dwmac *dwmac, in stm32mp1_parse_data()
515 struct stm32_dwmac *dwmac; in stm32_dwmac_probe()
568 struct stm32_dwmac *dwmac = priv->plat->bsp_priv; in stm32_dwmac_remove()
580 static int stm32mp1_suspend(struct stm32_dwmac *dwmac) in stm32mp1_suspend()
585 static void stm32mp1_resume(struct stm32_dwmac *dwmac) in stm32mp1_resume()
595 struct stm32_dwmac *dwmac = priv->plat->bsp_priv; in stm32_dwmac_suspend()
615 struct stm32_dwmac *dwmac = priv->plat->bsp_priv; in stm32_dwmac_resume()