Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc3/
Dgadget.c2439 static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend) in dwc3_gadget_run_stop() function
2531 return dwc3_gadget_run_stop(dwc, false, false); in dwc3_gadget_soft_disconnect()
2583 ret = dwc3_gadget_run_stop(dwc, true, false); in dwc3_gadget_pullup()
4512 dwc3_gadget_run_stop(dwc, false, false); in dwc3_gadget_suspend()
4530 ret = dwc3_gadget_run_stop(dwc, true, false); in dwc3_gadget_resume()