Searched refs:current_dr_role (Results 1 – 4 of 4) sorted by relevance
111 if ((dwc3->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc3->xhci) { in dwc3_imx8mp_wakeup_enable()153 if ((dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc->xhci) in dwc3_imx8mp_interrupt()155 else if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) in dwc3_imx8mp_interrupt()314 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) { in dwc3_imx8mp_resume()
158 dwc->current_dr_role = mode; in dwc3_set_prtcap()177 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_OTG) in __dwc3_set_mode()183 if (desired_dr_role == dwc->current_dr_role) in __dwc3_set_mode()189 switch (dwc->current_dr_role) { in __dwc3_set_mode()212 if (dwc->current_dr_role && ((DWC3_IP_IS(DWC3) || in __dwc3_set_mode()329 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) in dwc3_core_soft_reset()2440 switch (dwc->current_dr_role) { in dwc3_suspend_common()2504 switch (dwc->current_dr_role) { in dwc3_resume_common()2572 switch (dwc->current_dr_role) { in dwc3_runtime_checks()2610 switch (dwc->current_dr_role) { in dwc3_runtime_resume()[all …]
340 if (dwc->current_dr_role != DWC3_GCTL_PRTCAP_OTG) in dwc3_otg_update()478 switch (dwc->current_dr_role) { in dwc3_usb_role_switch_get()604 switch (dwc->current_dr_role) { in dwc3_drd_exit()
1226 u32 current_dr_role; member
Completed in 17 milliseconds