Home
last modified time | relevance | path

Searched refs:phylink_connect_phy (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dphylink.h440 int phylink_connect_phy(struct phylink *, struct phy_device *);
/Linux-v5.10/drivers/net/phy/
Dphylink.c1045 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
1065 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/Linux-v5.10/net/dsa/
Dslave.c1649 return phylink_connect_phy(dp->pl, slave_dev->phydev); in dsa_slave_phy_connect()
/Linux-v5.10/drivers/net/ethernet/cadence/
Dmacb_main.c709 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1078 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()