| /linux-6.15/drivers/net/phy/qcom/ |
| H A D | qca83xx.c | 222 .soft_reset = genphy_soft_reset, 237 .soft_reset = genphy_soft_reset, 252 .soft_reset = genphy_soft_reset,
|
| H A D | at803x.c | 999 .soft_reset = genphy_soft_reset, 1035 .soft_reset = genphy_soft_reset, 1079 .soft_reset = genphy_soft_reset, 1095 .soft_reset = genphy_soft_reset,
|
| H A D | qca807x.c | 795 .soft_reset = genphy_soft_reset, 813 .soft_reset = genphy_soft_reset,
|
| H A D | qcom-phy-lib.c | 306 ret = genphy_soft_reset(phydev); in at803x_prepare_config_aneg()
|
| H A D | qca808x.c | 307 ret = genphy_soft_reset(phydev); in qca808x_soft_reset()
|
| /linux-6.15/drivers/net/phy/mscc/ |
| H A D | mscc_main.c | 511 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set() 1791 ret = genphy_soft_reset(phydev); in vsc8584_config_init() 2110 ret = genphy_soft_reset(phydev); in vsc8514_config_init() 2346 .soft_reset = &genphy_soft_reset, 2370 .soft_reset = &genphy_soft_reset, 2394 .soft_reset = &genphy_soft_reset, 2418 .soft_reset = &genphy_soft_reset, 2442 .soft_reset = &genphy_soft_reset, 2466 .soft_reset = &genphy_soft_reset, 2490 .soft_reset = &genphy_soft_reset, [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | meson-gxl.c | 193 .soft_reset = genphy_soft_reset, 209 .soft_reset = genphy_soft_reset,
|
| H A D | icplus.c | 588 .soft_reset = genphy_soft_reset, 602 .soft_reset = genphy_soft_reset, 616 .soft_reset = genphy_soft_reset,
|
| H A D | ax88796b.c | 41 return genphy_soft_reset(phydev); in asix_soft_reset()
|
| H A D | marvell.c | 475 err = genphy_soft_reset(phydev); in marvell_config_aneg() 491 err = genphy_soft_reset(phydev); in m88e1101_config_aneg() 636 err = genphy_soft_reset(phydev); in m88e1121_config_aneg() 990 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi() 1057 err = genphy_soft_reset(phydev); in m88e1111_config_init() 1113 return genphy_soft_reset(phydev); in m88e1111_set_downshift() 1177 return genphy_soft_reset(phydev); in m88e1011_set_downshift() 1238 err = genphy_soft_reset(phydev); in m88e1116r_config_init() 1262 err = genphy_soft_reset(phydev); in m88e1116r_config_init() 1370 return genphy_soft_reset(phydev); in m88e1118_config_aneg() [all …]
|
| H A D | ncn26000.c | 156 .soft_reset = genphy_soft_reset,
|
| H A D | dp83848.c | 142 .soft_reset = genphy_soft_reset, \
|
| H A D | rockchip.c | 181 .soft_reset = genphy_soft_reset,
|
| H A D | ax88796b_rust.rs | 36 dev.genphy_soft_reset() in asix_soft_reset()
|
| H A D | nxp-cbtx.c | 45 return genphy_soft_reset(phydev); in cbtx_soft_reset()
|
| H A D | bcm7xxx.c | 422 tmp = genphy_soft_reset(phydev); in bcm7xxx_16nm_ephy_afe_config() 884 .soft_reset = genphy_soft_reset, \
|
| H A D | vitesse.c | 198 return genphy_soft_reset(phydev); in vsc73xx_set_downshift()
|
| H A D | micrel.c | 5523 .soft_reset = genphy_soft_reset, 5542 .soft_reset = genphy_soft_reset, 5574 .soft_reset = genphy_soft_reset, 5594 .soft_reset = genphy_soft_reset, 5612 .soft_reset = genphy_soft_reset, 5629 .soft_reset = genphy_soft_reset, 5647 .soft_reset = genphy_soft_reset,
|
| H A D | broadcom.c | 620 ret = genphy_soft_reset(phydev); in bcm54xx_resume() 1491 .soft_reset = genphy_soft_reset,
|
| H A D | smsc.c | 153 return genphy_soft_reset(phydev); in smsc_phy_reset()
|
| H A D | bcm54140.c | 878 .soft_reset = genphy_soft_reset,
|
| H A D | nxp-tja11xx.c | 208 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
|
| H A D | microchip_t1.c | 659 rc = genphy_soft_reset(phydev); in lan87xx_phy_init() 801 ret = genphy_soft_reset(phydev); in microchip_cable_test_start_common()
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 215 pub fn genphy_soft_reset(&mut self) -> Result { in genphy_soft_reset() method 219 to_result(unsafe { bindings::genphy_soft_reset(phydev) }) in genphy_soft_reset()
|
| /linux-6.15/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 472 return genphy_soft_reset(phydev); in rtl8211f_config_init() 1239 ret = genphy_soft_reset(phydev); in rtl9000a_config_aneg()
|