Home
last modified time | relevance | path

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

/drivers/phy/
Dphy-core.c166 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
182 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);
239 ret = phy_pm_runtime_get_sync(phy); in phy_init()
268 ret = phy_pm_runtime_get_sync(phy); in phy_exit()
303 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()
413 ret = phy_pm_runtime_get_sync(phy); in phy_reset()
/drivers/usb/dwc3/
Ddwc3-keystone.c105 phy_pm_runtime_get_sync(kdwc->usb3_phy); in kdwc3_probe()
Dcore.c1920 phy_pm_runtime_get_sync(dwc->usb2_generic_phy); in dwc3_resume_common()
1921 phy_pm_runtime_get_sync(dwc->usb3_generic_phy); in dwc3_resume_common()
/drivers/pci/controller/dwc/
Dpci-keystone.c1205 phy_pm_runtime_get_sync(ks_pcie->phy[i]); in ks_pcie_probe()