Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg.c101 static void dwc2_fifo_flush(struct usb_ep *ep);
143 .fifo_flush = dwc2_fifo_flush,
790 static void dwc2_fifo_flush(struct usb_ep *_ep) in dwc2_fifo_flush() function