Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c206 static void pxa25x_ep_fifo_flush(struct usb_ep *ep);
339 pxa25x_ep_fifo_flush(_ep); in pxa25x_ep_enable()
363 pxa25x_ep_fifo_flush(_ep); in pxa25x_ep_disable()
962 static void pxa25x_ep_fifo_flush(struct usb_ep *_ep) in pxa25x_ep_fifo_flush() function
1000 .fifo_flush = pxa25x_ep_fifo_flush,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c262 static void pxa25x_ep_fifo_flush (struct usb_ep *ep);
466 pxa25x_ep_fifo_flush (_ep); in pxa25x_ep_enable()
490 pxa25x_ep_fifo_flush (_ep); in pxa25x_ep_disable()
1070 static void pxa25x_ep_fifo_flush(struct usb_ep *_ep) in pxa25x_ep_fifo_flush() function
1108 .fifo_flush = pxa25x_ep_fifo_flush,