Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/phy/
Dphy-core.c175 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
191 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync);
259 ret = phy_pm_runtime_get_sync(phy); in phy_init()
299 ret = phy_pm_runtime_get_sync(phy); in phy_exit()
342 ret = phy_pm_runtime_get_sync(phy); in phy_power_on()
460 ret = phy_pm_runtime_get_sync(phy); in phy_reset()
/linux-6.14.4/Documentation/translations/zh_CN/driver-api/phy/
Dphy.rst189 phy_power_on 和 phy_power_off 分别执行 phy_pm_runtime_get_sync
191 phy_pm_runtime_get_sync、phy_pm_runtime_put、phy_pm_runtime_put_sync、
/linux-6.14.4/include/linux/phy/
Dphy.h227 int phy_pm_runtime_get_sync(struct phy *phy);
303 static inline int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync() function
/linux-6.14.4/drivers/usb/dwc3/
Ddwc3-keystone.c106 phy_pm_runtime_get_sync(kdwc->usb3_phy); in kdwc3_probe()
Dcore.c2495 phy_pm_runtime_get_sync(dwc->usb2_generic_phy[i]); in dwc3_resume_common()
2497 phy_pm_runtime_get_sync(dwc->usb3_generic_phy[i]); in dwc3_resume_common()
/linux-6.14.4/Documentation/driver-api/phy/
Dphy.rst199 phy_pm_runtime_get_sync and phy_pm_runtime_put respectively.
200 There are exported APIs like phy_pm_runtime_get, phy_pm_runtime_get_sync,
/linux-6.14.4/drivers/pci/controller/dwc/
Dpci-keystone.c1260 phy_pm_runtime_get_sync(ks_pcie->phy[i]); in ks_pcie_probe()