Searched defs:phy_connect_direct (Results 1 - 1 of 1) sorted by relevance

/drivers/net/phy/
H A Dphy_device.c329 * phy_connect_direct - connect an ethernet device to a specific phy_device
336 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, function
353 EXPORT_SYMBOL(phy_connect_direct); variable
388 rc = phy_connect_direct(dev, phydev, handler, flags, interface);

Completed in 63 milliseconds