Home
last modified time | relevance | path

Searched refs:usb2_generic_phy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/usb/dwc3/
H A Dcore.c818 ret = phy_init(dwc->usb2_generic_phy[i]); in dwc3_phy_init()
856 phy_exit(dwc->usb2_generic_phy[i]); in dwc3_phy_init()
872 phy_exit(dwc->usb2_generic_phy[i]); in dwc3_phy_exit()
888 ret = phy_power_on(dwc->usb2_generic_phy[i]); in dwc3_phy_power_on()
907 phy_power_off(dwc->usb2_generic_phy[i]); in dwc3_phy_power_on()
923 phy_power_off(dwc->usb2_generic_phy[i]); in dwc3_phy_power_off()
1568 if (IS_ERR(dwc->usb2_generic_phy[i])) { in dwc3_core_get_phy()
1569 ret = PTR_ERR(dwc->usb2_generic_phy[i]); in dwc3_core_get_phy()
1571 dwc->usb2_generic_phy[i] = NULL; in dwc3_core_get_phy()
2434 phy_pm_runtime_put_sync(dwc->usb2_generic_phy[i]); in dwc3_suspend_common()
[all …]
H A Ddrd.c391 if (dwc->usb2_generic_phy[i]) { in dwc3_otg_update()
392 phy_set_mode(dwc->usb2_generic_phy[i], in dwc3_otg_update()
407 if (dwc->usb2_generic_phy[0]) in dwc3_otg_update()
408 phy_set_mode(dwc->usb2_generic_phy[0], PHY_MODE_USB_DEVICE); in dwc3_otg_update()
H A Dcore.h1210 struct phy *usb2_generic_phy[DWC3_USB2_MAX_PORTS]; member