Home
last modified time | relevance | path

Searched refs:phy_pm_runtime_put (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/phy/
Dphy-core.c184 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function
194 EXPORT_SYMBOL_GPL(phy_pm_runtime_put);
256 phy_pm_runtime_put(phy); in phy_init()
285 phy_pm_runtime_put(phy); in phy_exit()
350 phy_pm_runtime_put(phy); in phy_power_off()
391 phy_pm_runtime_put(phy); in phy_reset()
/Linux-v5.4/include/linux/phy/
Dphy.h199 int phy_pm_runtime_put(struct phy *phy);
275 static inline int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function
/Linux-v5.4/Documentation/driver-api/phy/
Dphy.rst172 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.
174 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and
/Linux-v5.4/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c138 phy_pm_runtime_put(x); in phy_mdm6600_power_on()