Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c1349 static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on, int suspend) in dwc3_gadget_run_stop() function
1412 ret = dwc3_gadget_run_stop(dwc, is_on, false); in dwc3_gadget_pullup()
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c2600 static int dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on) in dwc3_gadget_run_stop() function
2702 ret = dwc3_gadget_run_stop(dwc, false); in dwc3_gadget_soft_disconnect()
2733 return dwc3_gadget_run_stop(dwc, true); in dwc3_gadget_soft_connect()