Home
last modified time | relevance | path

Searched refs:current_dr_role (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc3/
A Ddwc3-imx8mp.c60 if ((dwc3->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc3->xhci) in dwc3_imx8mp_wakeup_enable()
63 else if (dwc3->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) in dwc3_imx8mp_wakeup_enable()
90 if ((dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc->xhci) in dwc3_imx8mp_interrupt()
92 else if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) in dwc3_imx8mp_interrupt()
257 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) { in dwc3_imx8mp_resume()
A Dcore.c115 dwc->current_dr_role = mode; in dwc3_set_prtcap()
131 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_OTG) in __dwc3_set_mode()
137 if (dwc->desired_dr_role == dwc->current_dr_role) in __dwc3_set_mode()
143 switch (dwc->current_dr_role) { in __dwc3_set_mode()
274 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) in dwc3_core_soft_reset()
1781 switch (dwc->current_dr_role) { in dwc3_suspend_common()
1841 switch (dwc->current_dr_role) { in dwc3_resume_common()
1882 dwc3_set_prtcap(dwc, dwc->current_dr_role); in dwc3_resume_common()
1904 switch (dwc->current_dr_role) { in dwc3_runtime_checks()
1946 switch (dwc->current_dr_role) { in dwc3_runtime_resume()
[all …]
A Ddrd.c339 if (dwc->current_dr_role != DWC3_GCTL_PRTCAP_OTG) in dwc3_otg_update()
520 switch (dwc->current_dr_role) { in dwc3_usb_role_switch_get()
639 switch (dwc->current_dr_role) { in dwc3_drd_exit()
A Dcore.h1148 u32 current_dr_role; member

Completed in 16 milliseconds