Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Ddrd.c347 dwc->desired_otg_role = id ? DWC3_OTG_ROLE_DEVICE : in dwc3_otg_update()
361 case DWC3_OTG_ROLE_DEVICE: in dwc3_otg_update()
398 case DWC3_OTG_ROLE_DEVICE: in dwc3_otg_update()
Dcore.c2396 if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_suspend_common()
2466 } else if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_resume_common()
Dcore.h76 #define DWC3_OTG_ROLE_DEVICE 2 macro