Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dax88796b.c39 return genphy_soft_reset(phydev); in asix_soft_reset()
Dmeson-gxl.c231 .soft_reset = genphy_soft_reset,
243 .soft_reset = genphy_soft_reset,
Dmarvell.c318 err = genphy_soft_reset(phydev); in marvell_config_aneg()
334 err = genphy_soft_reset(phydev); in m88e1101_config_aneg()
477 err = genphy_soft_reset(phydev); in m88e1121_config_aneg()
665 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
689 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
797 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi()
833 return genphy_soft_reset(phydev); in m88e1111_config_init()
889 err = genphy_soft_reset(phydev); in m88e1118_config_aneg()
937 return genphy_soft_reset(phydev); in m88e1118_config_init()
963 return genphy_soft_reset(phydev); in m88e1149_config_init()
[all …]
Ddp83848.c99 .soft_reset = genphy_soft_reset, \
Dmscc.c837 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set()
1718 ret = genphy_soft_reset(phydev); in vsc8584_config_init()
2145 ret = genphy_soft_reset(phydev); in vsc8514_config_init()
2328 .soft_reset = &genphy_soft_reset,
2352 .soft_reset = &genphy_soft_reset,
2377 .soft_reset = &genphy_soft_reset,
2402 .soft_reset = &genphy_soft_reset,
2427 .soft_reset = &genphy_soft_reset,
2452 .soft_reset = &genphy_soft_reset,
2478 .soft_reset = &genphy_soft_reset,
Drockchip.c181 .soft_reset = genphy_soft_reset,
Dsmsc.c91 return genphy_soft_reset(phydev); in smsc_phy_reset()
Dnxp-tja11xx.c167 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
Dbcm7xxx.c575 .soft_reset = genphy_soft_reset, \
Dphy_device.c1898 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function
1920 EXPORT_SYMBOL(genphy_soft_reset);
Dmicrel.c1133 .soft_reset = genphy_soft_reset,
Ddp83640.c1228 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
/Linux-v5.4/include/linux/
Dphy.h1085 int genphy_soft_reset(struct phy_device *phydev);
/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c3859 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()