Home
last modified time | relevance | path

Searched refs:genphy_soft_reset (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/phy/
Dmarvell.c310 err = genphy_soft_reset(phydev); in marvell_config_aneg()
326 err = genphy_soft_reset(phydev); in m88e1101_config_aneg()
361 err = genphy_soft_reset(phydev); in m88e1111_config_aneg()
381 err = genphy_soft_reset(phydev); in m88e1111_config_aneg()
490 err = genphy_soft_reset(phydev); in m88e1121_config_aneg()
678 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
702 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
810 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi()
846 return genphy_soft_reset(phydev); in m88e1111_config_init()
914 err = genphy_soft_reset(phydev); in m88e1118_config_aneg()
[all …]
Dasix.c45 return genphy_soft_reset(phydev); in asix_soft_reset()
Dmscc.c492 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set()
667 .soft_reset = &genphy_soft_reset,
688 .soft_reset = &genphy_soft_reset,
709 .soft_reset = &genphy_soft_reset,
730 .soft_reset = &genphy_soft_reset,
Ddp83848.c113 .soft_reset = genphy_soft_reset, \
Drockchip.c213 .soft_reset = genphy_soft_reset,
Dsmsc.c95 return genphy_soft_reset(phydev); in smsc_phy_reset()
Dphy_device.c889 ret = genphy_soft_reset(phydev); in phy_init_hw()
1647 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function
1657 EXPORT_SYMBOL(genphy_soft_reset);
Ddp83640.c1218 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
/Linux-v4.19/include/linux/
Dphy.h993 int genphy_soft_reset(struct phy_device *phydev);
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c4073 genphy_soft_reset(dev->phydev); in rtl8169_init_phy()