Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddrd.c83 if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST && in dwc3_otg_irq()
347 DWC3_OTG_ROLE_HOST; in dwc3_otg_update()
354 case DWC3_OTG_ROLE_HOST: in dwc3_otg_update()
378 case DWC3_OTG_ROLE_HOST: in dwc3_otg_update()
H A Dcore.h68 #define DWC3_OTG_ROLE_HOST 1 macro
H A Dcore.c2231 if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST) { in dwc3_resume_common()