Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/
H A Dphy-core.c188 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function
198 EXPORT_SYMBOL_GPL(phy_pm_runtime_put);
274 phy_pm_runtime_put(phy); in phy_init()
311 phy_pm_runtime_put(phy); in phy_exit()
392 phy_pm_runtime_put(phy); in phy_power_off()
463 phy_pm_runtime_put(phy); in phy_reset()
/openbmc/linux/include/linux/phy/
H A Dphy.h223 int phy_pm_runtime_put(struct phy *phy);
303 static inline int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst199 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.
201 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and
/openbmc/linux/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c133 phy_pm_runtime_put(x); in phy_mdm6600_power_on()