Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc3/
Ddwc3-keystone.c171 phy_pm_runtime_put_sync(kdwc->usb3_phy); in kdwc3_probe()
199 phy_pm_runtime_put_sync(kdwc->usb3_phy); in kdwc3_remove()
Dcore.c2035 phy_pm_runtime_put_sync(dwc->usb2_generic_phy); in dwc3_suspend_common()
2036 phy_pm_runtime_put_sync(dwc->usb3_generic_phy); in dwc3_suspend_common()
/Linux-v6.6/include/linux/phy/
Dphy.h224 int phy_pm_runtime_put_sync(struct phy *phy);
310 static inline int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
/Linux-v6.6/drivers/phy/
Dphy-core.c198 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
208 EXPORT_SYMBOL_GPL(phy_pm_runtime_put_sync);
355 phy_pm_runtime_put_sync(phy); in phy_power_on()
/Linux-v6.6/Documentation/driver-api/phy/
Dphy.rst201 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and