Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dglue.h28 int dwc3_runtime_suspend(struct dwc3 *dwc);
H A Dcore.c2586 int dwc3_runtime_suspend(struct dwc3 *dwc) in dwc3_runtime_suspend() function
2599 EXPORT_SYMBOL_GPL(dwc3_runtime_suspend);
2654 return dwc3_runtime_suspend(dev_get_drvdata(dev)); in dwc3_plat_runtime_suspend()
H A Ddwc3-qcom.c834 ret = dwc3_runtime_suspend(&qcom->dwc); in dwc3_qcom_runtime_suspend()