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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dof_mdio.c143 return phy_connect_direct(dev, phy, hndlr, flags, iface) ? NULL : phy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy_device.c326 * phy_connect_direct - connect an ethernet device to a specific phy_device
333 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, function
350 EXPORT_SYMBOL(phy_connect_direct); variable
385 rc = phy_connect_direct(dev, phydev, handler, flags, interface);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphy.h483 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dethoc.c652 err = phy_connect_direct(dev, phy, ethoc_mdio_poll, 0,
H A Dmacb.c206 ret = phy_connect_direct(dev, phydev, &macb_handle_link_change, 0,
H A Dgreth.c1286 ret = phy_connect_direct(dev, phy, &greth_link_change,
H A Dsmsc911x.c794 ret = phy_connect_direct(dev, phydev,

Completed in 207 milliseconds