Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dphy_device.c844 phy_device_reset(phydev, 0); in phy_device_register()
863 phy_device_reset(phydev, 1); in phy_device_register()
883 phy_device_reset(phydev, 1); in phy_device_remove()
1072 phy_device_reset(phydev, 0); in phy_init_hw()
1438 phy_device_reset(phydev, 1); in phy_detach()
1545 phy_device_reset(phydev, 1); in phy_reset_after_clk_enable()
1546 phy_device_reset(phydev, 0); in phy_reset_after_clk_enable()
2198 phy_device_reset(phydev, 0); in phy_probe()
2203 phy_device_reset(phydev, 1); in phy_probe()
2286 phy_device_reset(phydev, 1); in phy_remove()
Dat803x.c328 phy_device_reset(phydev, 1); in at803x_link_change_notify()
330 phy_device_reset(phydev, 0); in at803x_link_change_notify()
/Linux-v5.4/include/linux/
Dphy.h1046 static inline void phy_device_reset(struct phy_device *phydev, int value) in phy_device_reset() function