Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dphy_device.c425 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/
Dof_mdio.c250 return phy_attach_direct(dev, phy, flags, iface) ? NULL : phy; in of_phy_attach()
/linux-4.1.27/include/linux/
Dphy.h723 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,