Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/phy/
Dphy.h158 int phy_pm_runtime_put_sync(struct phy *phy);
234 static inline int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
/Linux-v4.19/drivers/phy/
Dphy-core.c200 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
210 EXPORT_SYMBOL_GPL(phy_pm_runtime_put_sync);
327 phy_pm_runtime_put_sync(phy); in phy_power_on()
/Linux-v4.19/Documentation/
Dphy.txt174 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1613 phy_pm_runtime_put_sync(dwc->usb2_generic_phy); in dwc3_suspend_common()
1614 phy_pm_runtime_put_sync(dwc->usb3_generic_phy); in dwc3_suspend_common()