Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A 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()
H A Dcore.c2171 phy_pm_runtime_put_sync(dwc->usb2_generic_phy); in dwc3_suspend_common()
2172 phy_pm_runtime_put_sync(dwc->usb3_generic_phy); in dwc3_suspend_common()
/openbmc/linux/include/linux/phy/
H A 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
/openbmc/linux/drivers/phy/
H A 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);
357 phy_pm_runtime_put_sync(phy); in phy_power_on()
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst201 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c1277 phy_pm_runtime_put_sync(ks_pcie->phy[i]); in ks_pcie_probe()