Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_mdio.h25 struct phy_device *of_phy_attach(struct net_device *dev,
88 static inline struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
/Linux-v4.19/drivers/of/
Dof_mdio.c407 struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
424 EXPORT_SYMBOL(of_phy_attach);
/Linux-v4.19/drivers/net/phy/
Dphylink.c808 phy_dev = of_phy_attach(pl->netdev, phy_node, flags, in phylink_of_phy_connect()