Lines Matching full:dwc3
14 * @dwc: Reference to dwc3 context structure
15 * @res: resource for the DWC3 core mmio region
17 * be ignored by the DWC3 core, as they are managed by the glue
20 struct dwc3 *dwc;
26 void dwc3_core_remove(struct dwc3 *dwc);
28 int dwc3_runtime_suspend(struct dwc3 *dwc);
29 int dwc3_runtime_resume(struct dwc3 *dwc);
30 int dwc3_runtime_idle(struct dwc3 *dwc);
31 int dwc3_pm_suspend(struct dwc3 *dwc);
32 int dwc3_pm_resume(struct dwc3 *dwc);
33 void dwc3_pm_complete(struct dwc3 *dwc);
34 int dwc3_pm_prepare(struct dwc3 *dwc);