Home
last modified time | relevance | path

Searched refs:phy_device_reset (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/phy/
Dphy_device.c902 phy_device_reset(phydev, 0); in phy_device_register()
921 phy_device_reset(phydev, 1); in phy_device_register()
944 phy_device_reset(phydev, 1); in phy_device_remove()
1127 phy_device_reset(phydev, 0); in phy_init_hw()
1710 phy_device_reset(phydev, 1); in phy_detach()
1818 phy_device_reset(phydev, 1); in phy_reset_after_clk_enable()
1819 phy_device_reset(phydev, 0); in phy_reset_after_clk_enable()
2850 phy_device_reset(phydev, 0); in phy_probe()
2919 phy_device_reset(phydev, 1); in phy_probe()
2943 phy_device_reset(phydev, 1); in phy_remove()
Dat803x.c645 phy_device_reset(phydev, 1); in at803x_link_change_notify()
647 phy_device_reset(phydev, 0); in at803x_link_change_notify()
/Linux-v5.10/include/linux/
Dphy.h1429 static inline void phy_device_reset(struct phy_device *phydev, int value) in phy_device_reset() function