Home
last modified time | relevance | path

Searched refs:dwc3_pm_suspend (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dglue.h75 int dwc3_pm_suspend(struct dwc3 *dwc);
H A Ddwc3-generic-plat.c157 ret = dwc3_pm_suspend(dwc); in dwc3_generic_suspend()
H A Ddwc3-google.c536 ret = dwc3_pm_suspend(&google->dwc); in dwc3_google_pm_suspend()
H A Dcore.c2699 int dwc3_pm_suspend(struct dwc3 *dwc) in dwc3_pm_suspend() function
2712 EXPORT_SYMBOL_GPL(dwc3_pm_suspend);
2769 return dwc3_pm_suspend(dev_get_drvdata(dev)); in dwc3_plat_suspend()
H A Ddwc3-qcom.c755 ret = dwc3_pm_suspend(&qcom->dwc); in dwc3_qcom_pm_suspend()