Lines Matching defs:dwc
131 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3);
139 if ((dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc->xhci)
140 pm_runtime_resume(&dwc->xhci->dev);
141 else if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE)
142 pm_runtime_get(dwc->dev);
303 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3);
318 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) {
319 pm_runtime_mark_last_busy(dwc->dev);
320 pm_runtime_put_autosuspend(dwc->dev);