Searched refs:usb3_generic_phy (Results 1 – 2 of 2) sorted by relevance
824 ret = phy_init(dwc->usb3_generic_phy[j]); in dwc3_phy_init()852 phy_exit(dwc->usb3_generic_phy[j]); in dwc3_phy_init()869 phy_exit(dwc->usb3_generic_phy[i]); in dwc3_phy_exit()894 ret = phy_power_on(dwc->usb3_generic_phy[j]); in dwc3_phy_power_on()903 phy_power_off(dwc->usb3_generic_phy[j]); in dwc3_phy_power_on()920 phy_power_off(dwc->usb3_generic_phy[i]); in dwc3_phy_power_off()1585 if (IS_ERR(dwc->usb3_generic_phy[i])) { in dwc3_core_get_phy()1586 ret = PTR_ERR(dwc->usb3_generic_phy[i]); in dwc3_core_get_phy()1588 dwc->usb3_generic_phy[i] = NULL; in dwc3_core_get_phy()2436 phy_pm_runtime_put_sync(dwc->usb3_generic_phy[i]); in dwc3_suspend_common()[all …]
1211 struct phy *usb3_generic_phy[DWC3_USB3_MAX_PORTS]; member