Home
last modified time | relevance | path

Searched refs:phy_is_started (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dphy.h1655 static inline bool phy_is_started(struct phy_device *phydev) in phy_is_started() function
1678 WARN_ON(phy_is_started(phydev)); in phy_disable_eee_mode()
/linux/drivers/net/phy/
H A Dphy_device.c1295 if (phy_is_started(phydev)) in phy_disconnect()