| /linux/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 | 1110 .soft_reset = genphy_soft_reset, 1146 .soft_reset = genphy_soft_reset, 1191 .soft_reset = genphy_soft_reset, 1205 .soft_reset = genphy_soft_reset, 1220 .soft_reset = genphy_soft_reset,
|
| H A D | qca807x.c | 802 .soft_reset = genphy_soft_reset, 825 .soft_reset = genphy_soft_reset,
|
| H A D | qca808x.c | 312 ret = genphy_soft_reset(phydev); in qca808x_soft_reset()
|
| H A D | qcom-phy-lib.c | 331 ret = genphy_soft_reset(phydev); in at803x_prepare_config_aneg()
|
| /linux/drivers/net/phy/mscc/ |
| H A D | mscc_main.c | 531 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set() 1804 ret = genphy_soft_reset(phydev); in vsc8584_config_init() 2123 ret = genphy_soft_reset(phydev); in vsc8514_config_init() 2554 .soft_reset = &genphy_soft_reset, 2582 .soft_reset = &genphy_soft_reset, 2610 .soft_reset = &genphy_soft_reset, 2640 .soft_reset = &genphy_soft_reset, 2670 .soft_reset = &genphy_soft_reset, 2698 .soft_reset = &genphy_soft_reset, 2726 .soft_reset = &genphy_soft_reset, [all …]
|
| /linux/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 | 590 .soft_reset = genphy_soft_reset, 604 .soft_reset = genphy_soft_reset, 618 .soft_reset = genphy_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 | ax88796b.c | 41 return genphy_soft_reset(phydev); in asix_soft_reset()
|
| 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 | ax88796b_rust.rs | 35 dev.genphy_soft_reset() in asix_soft_reset()
|
| H A D | rockchip.c | 181 .soft_reset = genphy_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 | microchip.c | 491 .soft_reset = genphy_soft_reset,
|
| H A D | vitesse.c | 198 return genphy_soft_reset(phydev); in vsc73xx_set_downshift()
|
| H A D | broadcom.c | 648 ret = genphy_soft_reset(phydev); in bcm54xx_resume() 1530 .soft_reset = genphy_soft_reset,
|
| H A D | mxl-86110.c | 943 .soft_reset = genphy_soft_reset,
|
| H A D | micrel.c | 6634 .soft_reset = genphy_soft_reset, 6652 .soft_reset = genphy_soft_reset, 6683 .soft_reset = genphy_soft_reset, 6702 .soft_reset = genphy_soft_reset, 6721 .soft_reset = genphy_soft_reset, 6737 .soft_reset = genphy_soft_reset, 6771 .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 | 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/rust/kernel/net/ |
| H A D | phy.rs | 212 pub fn genphy_soft_reset(&mut self) -> Result { in genphy_soft_reset() method 216 to_result(unsafe { bindings::genphy_soft_reset(phydev) }) in genphy_soft_reset()
|