Searched refs:phy_pm_runtime_get_sync (Results 1 – 2 of 2) sorted by relevance
172 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function188 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);232 ret = phy_pm_runtime_get_sync(phy); in phy_init()272 ret = phy_pm_runtime_get_sync(phy); in phy_exit()315 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()434 ret = phy_pm_runtime_get_sync(phy); in phy_reset()
189 phy_power_on 和 phy_power_off 分别执行 phy_pm_runtime_get_sync 和191 phy_pm_runtime_get_sync、phy_pm_runtime_put、phy_pm_runtime_put_sync、