Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/phy/mscc/
Dmscc_main.c515 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set()
1464 ret = genphy_soft_reset(phydev); in vsc8584_config_init()
1903 ret = genphy_soft_reset(phydev); in vsc8514_config_init()
2113 .soft_reset = &genphy_soft_reset,
2137 .soft_reset = &genphy_soft_reset,
2162 .soft_reset = &genphy_soft_reset,
2186 .soft_reset = &genphy_soft_reset,
2210 .soft_reset = &genphy_soft_reset,
2234 .soft_reset = &genphy_soft_reset,
2258 .soft_reset = &genphy_soft_reset,
[all …]
/Linux-v5.10/drivers/net/phy/
Dmeson-gxl.c231 .soft_reset = genphy_soft_reset,
243 .soft_reset = genphy_soft_reset,
Dax88796b.c39 return genphy_soft_reset(phydev); in asix_soft_reset()
Dmarvell.c389 err = genphy_soft_reset(phydev); in marvell_config_aneg()
405 err = genphy_soft_reset(phydev); in m88e1101_config_aneg()
548 err = genphy_soft_reset(phydev); in m88e1121_config_aneg()
807 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi()
843 return genphy_soft_reset(phydev); in m88e1111_config_init()
966 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
990 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
1050 err = genphy_soft_reset(phydev); in m88e1118_config_aneg()
1098 return genphy_soft_reset(phydev); in m88e1118_config_init()
1124 return genphy_soft_reset(phydev); in m88e1149_config_init()
[all …]
Ddp83848.c99 .soft_reset = genphy_soft_reset, \
Dat803x.c799 ret = genphy_soft_reset(phydev); in at803x_config_aneg()
1058 .soft_reset = genphy_soft_reset,
1095 .soft_reset = genphy_soft_reset,
1140 .soft_reset = genphy_soft_reset,
Drockchip.c181 .soft_reset = genphy_soft_reset,
Dsmsc.c113 return genphy_soft_reset(phydev); in smsc_phy_reset()
Dbcm7xxx.c607 .soft_reset = genphy_soft_reset, \
Dmicrel.c1308 .soft_reset = genphy_soft_reset,
1323 .soft_reset = genphy_soft_reset,
Dnxp-tja11xx.c182 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
Dbcm54140.c843 .soft_reset = genphy_soft_reset,
Dphy_device.c2436 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function
2464 EXPORT_SYMBOL(genphy_soft_reset);
Ddp83640.c1102 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
/Linux-v5.10/include/linux/
Dphy.h1482 int genphy_soft_reset(struct phy_device *phydev);
/Linux-v5.10/drivers/net/ethernet/realtek/
Dr8169_main.c2178 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()