dwc3_runtime_suspend
EXPORT_SYMBOL_GPL(dwc3_runtime_suspend);
return dwc3_runtime_suspend(dev_get_drvdata(dev));
return dwc3_runtime_suspend(dev_get_drvdata(dev));
ret = dwc3_runtime_suspend(&google->dwc);
ret = dwc3_runtime_suspend(&qcom->dwc);
int dwc3_runtime_suspend(struct dwc3 *dwc);