Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dglue.h30 int dwc3_runtime_idle(struct dwc3 *dwc);
H A Dcore.c2630 int dwc3_runtime_idle(struct dwc3 *dwc) in dwc3_runtime_idle() function
2650 EXPORT_SYMBOL_GPL(dwc3_runtime_idle);
2664 return dwc3_runtime_idle(dev_get_drvdata(dev)); in dwc3_plat_runtime_idle()
H A Ddwc3-qcom.c856 return dwc3_runtime_idle(dev_get_drvdata(dev)); in dwc3_qcom_runtime_idle()