Searched refs:phy_pm_runtime_get_sync (Results 1 – 5 of 5) sorted by relevance
168 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function184 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);252 ret = phy_pm_runtime_get_sync(phy); in phy_init()292 ret = phy_pm_runtime_get_sync(phy); in phy_exit()335 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()453 ret = phy_pm_runtime_get_sync(phy); in phy_reset()
222 int phy_pm_runtime_get_sync(struct phy *phy);296 static inline int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
106 phy_pm_runtime_get_sync(kdwc->usb3_phy); in kdwc3_probe()
2094 phy_pm_runtime_get_sync(dwc->usb2_generic_phy); in dwc3_resume_common()2095 phy_pm_runtime_get_sync(dwc->usb3_generic_phy); in dwc3_resume_common()
199 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.200 There are exported APIs like phy_pm_runtime_get, phy_pm_runtime_get_sync,