Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dphylink.h198 int phylink_connect_phy(struct phylink *, struct phy_device *);
/Linux-v4.19/drivers/net/phy/
Dphylink.c759 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
769 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/Linux-v4.19/net/dsa/
Dslave.c1185 return phylink_connect_phy(dp->pl, slave_dev->phydev); in dsa_slave_phy_connect()