Searched refs:phy_attach_direct (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy_device.c339 rc = phy_attach_direct(dev, phydev, flags, interface);
425 * phy_attach_direct - attach a network device to a given PHY device pointer
438 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, function
476 EXPORT_SYMBOL(phy_attach_direct); variable
485 * Description: Same as phy_attach_direct() except that a PHY bus_id
505 rc = phy_attach_direct(dev, phydev, flags, interface);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphy.h478 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,

Completed in 30 milliseconds