Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_mdio.h24 struct phy_device *of_phy_attach(struct net_device *dev,
87 static inline struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
/Linux-v5.4/drivers/of/
Dof_mdio.c399 struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
416 EXPORT_SYMBOL(of_phy_attach);
/Linux-v5.4/Documentation/networking/
Dsfp-phylink.rst163 the of_phy_attach() inside this function call if a PHY is specified
/Linux-v5.4/drivers/net/phy/
Dphylink.c867 phy_dev = of_phy_attach(pl->netdev, phy_node, flags, in phylink_of_phy_connect()