Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dphy_device.c656 phy_device_reset(phydev, 0); in phy_device_register()
675 phy_device_reset(phydev, 1); in phy_device_register()
695 phy_device_reset(phydev, 1); in phy_device_remove()
881 phy_device_reset(phydev, 0); in phy_init_hw()
1169 phy_device_reset(phydev, 1); in phy_detach()
1276 phy_device_reset(phydev, 1); in phy_reset_after_clk_enable()
1277 phy_device_reset(phydev, 0); in phy_reset_after_clk_enable()
1882 phy_device_reset(phydev, 0); in phy_probe()
1887 phy_device_reset(phydev, 1); in phy_probe()
1910 phy_device_reset(phydev, 1); in phy_remove()
Dat803x.c323 phy_device_reset(phydev, 1); in at803x_link_change_notify()
325 phy_device_reset(phydev, 0); in at803x_link_change_notify()
/Linux-v4.19/include/linux/
Dphy.h962 static inline void phy_device_reset(struct phy_device *phydev, int value) in phy_device_reset() function