Lines Matching defs:dwc
145 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3);
153 if ((dwc->current_dr_role == DWC3_GCTL_PRTCAP_HOST) && dwc->xhci)
154 pm_runtime_resume(&dwc->xhci->dev);
155 else if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE)
156 pm_runtime_get(dwc->dev);
299 struct dwc3 *dwc = platform_get_drvdata(dwc3_imx->dwc3);
314 if (dwc->current_dr_role == DWC3_GCTL_PRTCAP_DEVICE) {
315 pm_runtime_mark_last_busy(dwc->dev);
316 pm_runtime_put_autosuspend(dwc->dev);