Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.c497 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty() function
874 if (likely(!ep_is_empty(ep))) in read_packet()
1335 if (ep->dev->gadget.speed == USB_SPEED_UNKNOWN || ep_is_empty(ep)) in pxa_ep_fifo_status()
1368 while (!ep_is_empty(ep)) in pxa_ep_fifo_flush()
1892 if (unlikely(ep_is_empty(ep))) in handle_ep0_ctrl_req()
1897 have_extrabytes = !ep_is_empty(ep); in handle_ep0_ctrl_req()
1898 while (!ep_is_empty(ep)) { in handle_ep0_ctrl_req()