Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/
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);
243 ret = phy_pm_runtime_get_sync(phy); in phy_init()
272 ret = phy_pm_runtime_get_sync(phy); in phy_exit()
307 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()
/Linux-v4.19/include/linux/phy/
Dphy.h156 int phy_pm_runtime_get_sync(struct phy *phy);
220 static inline int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
/Linux-v4.19/Documentation/
Dphy.txt172 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.
173 There are exported APIs like phy_pm_runtime_get, phy_pm_runtime_get_sync,
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1673 phy_pm_runtime_get_sync(dwc->usb2_generic_phy); in dwc3_resume_common()
1674 phy_pm_runtime_get_sync(dwc->usb3_generic_phy); in dwc3_resume_common()