Searched refs:DWC3_OTG_ROLE_DEVICE (Results 1 – 3 of 3) sorted by relevance
348 dwc->desired_otg_role = id ? DWC3_OTG_ROLE_DEVICE : in dwc3_otg_update()362 case DWC3_OTG_ROLE_DEVICE: in dwc3_otg_update()396 case DWC3_OTG_ROLE_DEVICE: in dwc3_otg_update()
1621 if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_suspend_common()1690 } else if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_resume_common()
64 #define DWC3_OTG_ROLE_DEVICE 2 macro