Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/phy/
Dphy-core.c167 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
180 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);
225 ret = phy_pm_runtime_get_sync(phy); in phy_init()
254 ret = phy_pm_runtime_get_sync(phy); in phy_exit()
289 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()
/linux-4.1.27/include/linux/phy/
Dphy.h113 int phy_pm_runtime_get_sync(struct phy *phy);
166 static inline int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
/linux-4.1.27/Documentation/
Dphy.txt131 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.
132 There are exported APIs like phy_pm_runtime_get, phy_pm_runtime_get_sync,