Home
last modified time | relevance | path

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

/linux/drivers/phy/
H A Dphy-core.c193 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function
203 EXPORT_SYMBOL_GPL(phy_pm_runtime_put);
255 phy_pm_runtime_put(phy); in phy_init()
292 phy_pm_runtime_put(phy); in phy_exit()
373 phy_pm_runtime_put(phy); in phy_power_off()
445 phy_pm_runtime_put(phy); in phy_reset()
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst190 phy_pm_runtime_put。有导出的 API,如 phy_pm_runtime_get、
191 phy_pm_runtime_get_sync、phy_pm_runtime_put、phy_pm_runtime_put_sync、
/linux/include/linux/phy/
H A Dphy.h246 int phy_pm_runtime_put(struct phy *phy);
327 static inline int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put() function