Home
last modified time | relevance | path

Searched refs:__genphy_config_aneg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dphy.h1540 int __genphy_config_aneg(struct phy_device *phydev, bool changed);
1554 return __genphy_config_aneg(phydev, false); in genphy_config_aneg()
/Linux-v5.15/drivers/net/phy/
Dnxp-tja11xx.c251 return __genphy_config_aneg(phydev, changed); in tja11xx_config_aneg()
Drealtek.c667 return __genphy_config_aneg(phydev, ret); in rtl822x_config_aneg()
Dphy_device.c2157 int __genphy_config_aneg(struct phy_device *phydev, bool changed) in __genphy_config_aneg() function
2181 EXPORT_SYMBOL(__genphy_config_aneg);