1USB_EP_FIFO_FLUSH(9) Kernel Mode Gadget API USB_EP_FIFO_FLUSH(9)
2
3
4
6 usb_ep_fifo_flush - flushes contents of a fifo
7
9 void usb_ep_fifo_flush(struct usb_ep * ep);
10
12 ep
13 the endpoint whose fifo is being flushed.
14
16 This call may be used to flush the “unclaimed data” that may exist in
17 an endpoint fifo after abnormal transaction terminations. The call must
18 never be used except when endpoint is not being used for any protocol
19 translation.
20
22 David Brownell <dbrownell@users.sourceforge.net>
23 Author.
24
26Kernel Hackers Manual 3.10 June 2019 USB_EP_FIFO_FLUSH(9)