Searched refs:_phy_start_aneg (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/phy/
H A Dax88796b.c93 _phy_start_aneg(phydev);
H A Dphy.c1004 * _phy_start_aneg - start auto-negotiation for this PHY device
1012 int _phy_start_aneg(struct phy_device *phydev) function
1033 EXPORT_SYMBOL(_phy_start_aneg); variable
1049 err = _phy_start_aneg(phydev);
1124 _phy_start_aneg(phydev);
1439 err = _phy_start_aneg(phydev);
1440 func = &_phy_start_aneg;
/linux-master/include/linux/
H A Dphy.h1776 int _phy_start_aneg(struct phy_device *phydev);

Completed in 135 milliseconds