Searched refs:phy_pm_runtime_get_sync (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/phy/
H A Dphy-core.c168 int phy_pm_runtime_get_sync(struct phy *phy) function
184 EXPORT_SYMBOL_GPL(phy_pm_runtime_get_sync); variable
252 ret = phy_pm_runtime_get_sync(phy);
292 ret = phy_pm_runtime_get_sync(phy);
335 ret = phy_pm_runtime_get_sync(phy);
453 ret = phy_pm_runtime_get_sync(phy);
/linux-master/include/linux/phy/
H A Dphy.h227 int phy_pm_runtime_get_sync(struct phy *phy);
303 static inline int phy_pm_runtime_get_sync(struct phy *phy) function
/linux-master/drivers/usb/dwc3/
H A Ddwc3-keystone.c106 phy_pm_runtime_get_sync(kdwc->usb3_phy);
H A Dcore.c2189 phy_pm_runtime_get_sync(dwc->usb2_generic_phy);
2190 phy_pm_runtime_get_sync(dwc->usb3_generic_phy);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c1219 phy_pm_runtime_get_sync(ks_pcie->phy[i]);

Completed in 104 milliseconds