Home
last modified time | relevance | path

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

/linux-6.14.4/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.c2434 phy_pm_runtime_put_sync(dwc->usb2_generic_phy[i]); in dwc3_suspend_common()
2436 phy_pm_runtime_put_sync(dwc->usb3_generic_phy[i]); in dwc3_suspend_common()
/linux-6.14.4/include/linux/phy/
Dphy.h229 int phy_pm_runtime_put_sync(struct phy *phy);
317 static inline int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
/linux-6.14.4/drivers/phy/
Dphy-core.c205 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync() function
215 EXPORT_SYMBOL_GPL(phy_pm_runtime_put_sync);
362 phy_pm_runtime_put_sync(phy); in phy_power_on()
/linux-6.14.4/Documentation/translations/zh_CN/driver-api/phy/
Dphy.rst191 phy_pm_runtime_get_sync、phy_pm_runtime_put、phy_pm_runtime_put_sync
/linux-6.14.4/Documentation/driver-api/phy/
Dphy.rst201 phy_pm_runtime_put, phy_pm_runtime_put_sync, phy_pm_runtime_allow and
/linux-6.14.4/drivers/pci/controller/dwc/
Dpci-keystone.c1266 phy_pm_runtime_put_sync(ks_pcie->phy[i]); in ks_pcie_probe()