Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dglue.h72 int dwc3_runtime_suspend(struct dwc3 *dwc);
H A Ddwc3-generic-plat.c185 return dwc3_runtime_suspend(dev_get_drvdata(dev)); in dwc3_generic_runtime_suspend()
H A Dcore.c2617 int dwc3_runtime_suspend(struct dwc3 *dwc) in dwc3_runtime_suspend() function
2630 EXPORT_SYMBOL_GPL(dwc3_runtime_suspend);
2684 return dwc3_runtime_suspend(dev_get_drvdata(dev)); in dwc3_plat_runtime_suspend()
H A Ddwc3-qcom.c808 ret = dwc3_runtime_suspend(&qcom->dwc); in dwc3_qcom_runtime_suspend()