Home
last modified time | relevance | path

Searched refs:usb3_generic_phy (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/dwc3/
A Dcore.c826 ret = phy_init(dwc->usb3_generic_phy[j]); in dwc3_phy_init()
854 phy_exit(dwc->usb3_generic_phy[j]); in dwc3_phy_init()
871 phy_exit(dwc->usb3_generic_phy[i]); in dwc3_phy_exit()
896 ret = phy_power_on(dwc->usb3_generic_phy[j]); in dwc3_phy_power_on()
905 phy_power_off(dwc->usb3_generic_phy[j]); in dwc3_phy_power_on()
922 phy_power_off(dwc->usb3_generic_phy[i]); in dwc3_phy_power_off()
1587 if (IS_ERR(dwc->usb3_generic_phy[i])) { in dwc3_core_get_phy()
1588 ret = PTR_ERR(dwc->usb3_generic_phy[i]); in dwc3_core_get_phy()
1590 dwc->usb3_generic_phy[i] = NULL; in dwc3_core_get_phy()
2473 phy_pm_runtime_put_sync(dwc->usb3_generic_phy[i]); in dwc3_suspend_common()
[all …]
A Dcore.h1212 struct phy *usb3_generic_phy[DWC3_USB3_MAX_PORTS]; member

Completed in 18 milliseconds