Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dphy.c579 if (phy_is_started(phydev)) in phy_start_aneg()
700 if (phy_is_started(phydev)) in phy_stop_machine()
836 if (!phy_is_started(phydev)) { in phy_stop()
954 if (phy_polling_mode(phydev) && phy_is_started(phydev)) in phy_state_machine()
Dphy_device.c1015 if (phy_is_started(phydev)) in phy_disconnect()
/Linux-v5.4/include/linux/
Dphy.h676 static inline bool phy_is_started(struct phy_device *phydev) in phy_is_started() function