Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dax88796b_rust.rs36 dev.genphy_soft_reset() in asix_soft_reset()
H A Dmicrel.c5505 .soft_reset = genphy_soft_reset,
5524 .soft_reset = genphy_soft_reset,
5556 .soft_reset = genphy_soft_reset,
5575 .soft_reset = genphy_soft_reset,
5593 .soft_reset = genphy_soft_reset,
5610 .soft_reset = genphy_soft_reset,
5628 .soft_reset = genphy_soft_reset,
H A Dmxl-gpy.c858 return genphy_soft_reset(phydev); in gpy115_loopback()
/linux/rust/kernel/net/
H A Dphy.rs215 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/drivers/net/phy/qcom/
H A Dqca807x.c797 .soft_reset = genphy_soft_reset,
815 .soft_reset = genphy_soft_reset,
H A Dqcom-phy-lib.c306 ret = genphy_soft_reset(phydev); in at803x_prepare_config_aneg()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c982 genphy_soft_reset(phy_data->phydev); in xgbe_phy_belfuse_phy_quirks()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2509 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()