Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/
H A Dphy-core.c170 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
186 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);
254 ret = phy_pm_runtime_get_sync(phy); in phy_init()
294 ret = phy_pm_runtime_get_sync(phy); in phy_exit()
337 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()
455 ret = phy_pm_runtime_get_sync(phy); in phy_reset()
/openbmc/linux/include/linux/phy/
H A Dphy.h222 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
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-keystone.c106 phy_pm_runtime_get_sync(kdwc->usb3_phy); in kdwc3_probe()
H A Dcore.c2227 phy_pm_runtime_get_sync(dwc->usb2_generic_phy); in dwc3_resume_common()
2228 phy_pm_runtime_get_sync(dwc->usb3_generic_phy); in dwc3_resume_common()
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst199 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,
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c1271 phy_pm_runtime_get_sync(ks_pcie->phy[i]); in ks_pcie_probe()