Searched refs:phy_attach_direct (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/phy/ |
D | phy_device.c | 425 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_connect_direct() 574 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct() function 632 EXPORT_SYMBOL(phy_attach_direct); 661 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_attach()
|
/linux-4.1.27/drivers/of/ |
D | of_mdio.c | 250 return phy_attach_direct(dev, phy, flags, iface) ? NULL : phy; in of_phy_attach()
|
/linux-4.1.27/include/linux/ |
D | phy.h | 723 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,
|