Home
last modified time | relevance | path

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

12

/linux/drivers/net/phy/qcom/
H A Dqca83xx.c222 .soft_reset = genphy_soft_reset,
237 .soft_reset = genphy_soft_reset,
252 .soft_reset = genphy_soft_reset,
H A Dat803x.c1110 .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 Dqca807x.c802 .soft_reset = genphy_soft_reset,
825 .soft_reset = genphy_soft_reset,
H A Dqca808x.c312 ret = genphy_soft_reset(phydev); in qca808x_soft_reset()
H A Dqcom-phy-lib.c331 ret = genphy_soft_reset(phydev); in at803x_prepare_config_aneg()
/linux/drivers/net/phy/mscc/
H A Dmscc_main.c531 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 Dmeson-gxl.c193 .soft_reset = genphy_soft_reset,
209 .soft_reset = genphy_soft_reset,
H A Dicplus.c590 .soft_reset = genphy_soft_reset,
604 .soft_reset = genphy_soft_reset,
618 .soft_reset = genphy_soft_reset,
H A Dmarvell.c475 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 Dax88796b.c41 return genphy_soft_reset(phydev); in asix_soft_reset()
H A Dncn26000.c156 .soft_reset = genphy_soft_reset,
H A Ddp83848.c142 .soft_reset = genphy_soft_reset, \
H A Dax88796b_rust.rs35 dev.genphy_soft_reset() in asix_soft_reset()
H A Drockchip.c181 .soft_reset = genphy_soft_reset,
H A Dnxp-cbtx.c45 return genphy_soft_reset(phydev); in cbtx_soft_reset()
H A Dbcm7xxx.c422 tmp = genphy_soft_reset(phydev); in bcm7xxx_16nm_ephy_afe_config()
884 .soft_reset = genphy_soft_reset, \
H A Dmicrochip.c491 .soft_reset = genphy_soft_reset,
H A Dvitesse.c198 return genphy_soft_reset(phydev); in vsc73xx_set_downshift()
H A Dbroadcom.c648 ret = genphy_soft_reset(phydev); in bcm54xx_resume()
1530 .soft_reset = genphy_soft_reset,
H A Dmxl-86110.c943 .soft_reset = genphy_soft_reset,
H A Dmicrel.c6634 .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 Dsmsc.c153 return genphy_soft_reset(phydev); in smsc_phy_reset()
H A Dbcm54140.c878 .soft_reset = genphy_soft_reset,
H A Dmicrochip_t1.c659 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 Dphy.rs212 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()

12