Searched refs:phy_device_reset (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | phy_device.c | 992 phy_device_reset(phydev, 0); in phy_device_register() 1011 phy_device_reset(phydev, 1); in phy_device_register() 1034 phy_device_reset(phydev, 1); in phy_device_remove() 1231 phy_device_reset(phydev, 0); in phy_init_hw() 1845 phy_device_reset(phydev, 1); in phy_detach() 1968 phy_device_reset(phydev, 1); in phy_reset_after_clk_enable() 1969 phy_device_reset(phydev, 0); in phy_reset_after_clk_enable() 3287 phy_device_reset(phydev, 0); in phy_probe() 3384 phy_device_reset(phydev, 1); in phy_probe() 3407 phy_device_reset(phydev, 1); in phy_remove()
|
H A D | at803x.c | 1156 phy_device_reset(phydev, 1); in at803x_link_change_notify() 1158 phy_device_reset(phydev, 0); in at803x_link_change_notify()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1772 static inline void phy_device_reset(struct phy_device *phydev, int value) in phy_device_reset() function
|