Searched refs:set_phy_intf_sel (Results 1 – 6 of 6) sorted by relevance
66 plat_dat->set_phy_intf_sel = lpc18xx_set_phy_intf_sel; in lpc18xx_dwmac_probe()
281 plat_dat->set_phy_intf_sel = sti_set_phy_intf_sel; in sti_dwmac_probe()
213 plat_dat->set_phy_intf_sel = ingenic_set_phy_intf_sel; in ingenic_mac_probe()
336 plat_dat->set_phy_intf_sel = imx_set_phy_intf_sel; in imx_dwmac_probe()
3198 if (!plat_dat->set_phy_intf_sel) in stmmac_prereset_configure()3220 ret = plat_dat->set_phy_intf_sel(plat_dat->bsp_priv, phy_intf_sel); in stmmac_prereset_configure()
256 int (*set_phy_intf_sel)(void *priv, u8 phy_intf_sel); member