Home
last modified time | relevance | path

Searched refs:of_phy_connect (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dof_mdio.h18 extern struct phy_device *of_phy_connect(struct net_device *dev,
73 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
/linux-4.19.296/drivers/of/
Dof_mdio.c337 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
357 EXPORT_SYMBOL(of_phy_connect);
395 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()