Home
last modified time | relevance | path

Searched refs:pre_run_stop (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.h1003 void (*pre_run_stop)(struct dwc3 *dwc, bool is_on); member
1640 if (dwc->glue_ops && dwc->glue_ops->pre_run_stop) in dwc3_pre_run_stop()
1641 dwc->glue_ops->pre_run_stop(dwc, is_on); in dwc3_pre_run_stop()
H A Ddwc3-qcom.c607 .pre_run_stop = dwc3_qcom_run_stop_notifier,