Searched refs:phy_pm_runtime_get_sync (Results 1 – 3 of 3) sorted by relevance
167 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function180 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()
113 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
131 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,