Searched refs:genphy_soft_reset (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.10/drivers/net/phy/mscc/ |
| D | mscc_main.c | 515 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/ |
| D | meson-gxl.c | 231 .soft_reset = genphy_soft_reset, 243 .soft_reset = genphy_soft_reset,
|
| D | ax88796b.c | 39 return genphy_soft_reset(phydev); in asix_soft_reset()
|
| D | marvell.c | 389 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 …]
|
| D | dp83848.c | 99 .soft_reset = genphy_soft_reset, \
|
| D | at803x.c | 799 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,
|
| D | rockchip.c | 181 .soft_reset = genphy_soft_reset,
|
| D | smsc.c | 113 return genphy_soft_reset(phydev); in smsc_phy_reset()
|
| D | bcm7xxx.c | 607 .soft_reset = genphy_soft_reset, \
|
| D | micrel.c | 1308 .soft_reset = genphy_soft_reset, 1323 .soft_reset = genphy_soft_reset,
|
| D | nxp-tja11xx.c | 182 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
|
| D | bcm54140.c | 843 .soft_reset = genphy_soft_reset,
|
| D | phy_device.c | 2436 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function 2464 EXPORT_SYMBOL(genphy_soft_reset);
|
| D | dp83640.c | 1102 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
|
| /Linux-v5.10/include/linux/ |
| D | phy.h | 1482 int genphy_soft_reset(struct phy_device *phydev);
|
| /Linux-v5.10/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 2178 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()
|