Home
last modified time | relevance | path

Searched refs:genphy_config_aneg (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/net/phy/
Dmicrochip_t1.c53 .config_aneg = genphy_config_aneg,
Det1011c.c63 return genphy_config_aneg(phydev); in et1011c_config_aneg()
Dbcm-cygnus.c129 return genphy_config_aneg(phydev); in bcm_cygnus_resume()
Ddavicom.c96 err = genphy_config_aneg(phydev); in dm9161_config_aneg()
Drockchip.c195 return genphy_config_aneg(phydev); in rockchip_config_aneg()
Dbcm7xxx.c281 return genphy_config_aneg(phydev); in bcm7xxx_28nm_resume()
475 return genphy_config_aneg(phydev); in bcm7xxx_28nm_ephy_resume()
Dicplus.c199 genphy_config_aneg(phydev); in ip175c_config_aneg()
Dlxt.c251 return phydev->priv ? 0 : genphy_config_aneg(phydev); in lxt973_config_aneg()
Drealtek.c138 ret = genphy_config_aneg(phydev); in rtl8211_config_aneg()
Dmicrochip.c338 return genphy_config_aneg(phydev); in lan88xx_config_aneg()
Ddp83tc811.c276 return genphy_config_aneg(phydev); in dp83811_config_aneg()
Dintel-xway.c210 return genphy_config_aneg(phydev); in xway_gphy14_config_aneg()
Dmarvell.c301 err = genphy_config_aneg(phydev); in marvell_config_aneg()
372 err = genphy_config_aneg(phydev); in m88e1111_config_aneg()
498 return genphy_config_aneg(phydev); in m88e1121_config_aneg()
922 err = genphy_config_aneg(phydev); in m88e1118_config_aneg()
Dmicrel.c339 return genphy_config_aneg(phydev); in ksz8041_config_aneg()
658 return genphy_config_aneg(phydev); in ksz9031_read_status()
Dvitesse.c392 return genphy_config_aneg(phydev); in vsc82x4_config_aneg()
Dbroadcom.c429 ret = genphy_config_aneg(phydev); in bcm5481_config_aneg()
Dmscc.c611 return genphy_config_aneg(phydev); in vsc85xx_config_aneg()
Dphy_device.c1443 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg() function
1479 EXPORT_SYMBOL(genphy_config_aneg);
Dphy.c481 return genphy_config_aneg(phydev); in phy_config_aneg()
/Linux-v4.19/include/linux/
Dphy.h986 int genphy_config_aneg(struct phy_device *phydev);
/Linux-v4.19/Documentation/networking/
Dphy.txt351 genphy_config_aneg. If this is not possible, it is likely that
/Linux-v4.19/drivers/net/usb/
Dlan78xx.c2202 genphy_config_aneg(phydev); in lan78xx_phy_init()