Home
last modified time | relevance | path

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

/linux/drivers/phy/
H A Dphy-core.c172 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
188 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()
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst189 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、
/linux/drivers/usb/dwc3/
H A Dcore.c2565 phy_pm_runtime_get_sync(dwc->usb2_generic_phy[i]); in dwc3_resume_common()
2567 phy_pm_runtime_get_sync(dwc->usb3_generic_phy[i]); in dwc3_resume_common()