Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
A Ddrd.c83 if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST && in dwc3_otg_irq()
351 if (dwc->desired_otg_role == dwc->current_otg_role) in dwc3_otg_update()
354 switch (dwc->current_otg_role) { in dwc3_otg_update()
374 dwc->current_otg_role = dwc->desired_otg_role; in dwc3_otg_update()
486 role = dwc->current_otg_role; in dwc3_usb_role_switch_get()
A Dcore.c2480 if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_suspend_common()
2550 if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST) { in dwc3_resume_common()
2552 } else if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) { in dwc3_resume_common()
A Dcore.h1240 u32 current_otg_role; member

Completed in 17 milliseconds