Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c205 static void pxa25x_ep_fifo_flush(struct usb_ep *ep);
338 pxa25x_ep_fifo_flush(_ep); in pxa25x_ep_enable()
362 pxa25x_ep_fifo_flush(_ep); in pxa25x_ep_disable()
961 static void pxa25x_ep_fifo_flush(struct usb_ep *_ep) in pxa25x_ep_fifo_flush() function
999 .fifo_flush = pxa25x_ep_fifo_flush,
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c258 static void pxa25x_ep_fifo_flush (struct usb_ep *ep);
462 pxa25x_ep_fifo_flush (_ep); in pxa25x_ep_enable()
486 pxa25x_ep_fifo_flush (_ep); in pxa25x_ep_disable()
1069 static void pxa25x_ep_fifo_flush(struct usb_ep *_ep) in pxa25x_ep_fifo_flush() function
1107 .fifo_flush = pxa25x_ep_fifo_flush,