Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dglue.h76 int dwc3_pm_resume(struct dwc3 *dwc);
H A Ddwc3-generic-plat.c176 ret = dwc3_pm_resume(dwc); in dwc3_generic_resume()
H A Dcore.c2697 int dwc3_pm_resume(struct dwc3 *dwc) in dwc3_pm_resume() function
2718 EXPORT_SYMBOL_GPL(dwc3_pm_resume);
2757 return dwc3_pm_resume(dev_get_drvdata(dev)); in dwc3_plat_resume()
H A Ddwc3-qcom.c781 ret = dwc3_pm_resume(&qcom->dwc); in dwc3_qcom_pm_resume()