Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dphylink.h570 int phylink_connect_phy(struct phylink *, struct phy_device *);
/linux-6.1.9/drivers/net/phy/
Dphylink.c1709 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
1729 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/linux-6.1.9/drivers/net/usb/
Dasix_devices.c696 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
/linux-6.1.9/net/dsa/
Dslave.c2267 return phylink_connect_phy(dp->pl, slave_dev->phydev); in dsa_slave_phy_connect()
/linux-6.1.9/drivers/net/ethernet/cadence/
Dmacb_main.c777 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1162 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()