Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c2605 static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend) in dwc3_gadget_run_stop() function
2702 return dwc3_gadget_run_stop(dwc, false, false); in dwc3_gadget_soft_disconnect()
2757 ret = dwc3_gadget_run_stop(dwc, true, false); in dwc3_gadget_pullup()
4815 dwc3_gadget_run_stop(dwc, false, false); in dwc3_gadget_suspend()
4837 ret = dwc3_gadget_run_stop(dwc, true, false); in dwc3_gadget_resume()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dgadget.c1363 static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend) in dwc3_gadget_run_stop() function
1426 ret = dwc3_gadget_run_stop(dwc, is_on, false); in dwc3_gadget_pullup()