Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-lpc18xx.c66 plat_dat->set_phy_intf_sel = lpc18xx_set_phy_intf_sel; in lpc18xx_dwmac_probe()
H A Ddwmac-sti.c281 plat_dat->set_phy_intf_sel = sti_set_phy_intf_sel; in sti_dwmac_probe()
H A Ddwmac-ingenic.c213 plat_dat->set_phy_intf_sel = ingenic_set_phy_intf_sel; in ingenic_mac_probe()
H A Ddwmac-imx.c336 plat_dat->set_phy_intf_sel = imx_set_phy_intf_sel; in imx_dwmac_probe()
H A Dstmmac_main.c3198 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()
/linux/include/linux/
H A Dstmmac.h256 int (*set_phy_intf_sel)(void *priv, u8 phy_intf_sel); member