Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.c425 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty() function
801 if (likely(!ep_is_empty(ep))) in read_packet()
1260 if (ep->dev->gadget.speed == USB_SPEED_UNKNOWN || ep_is_empty(ep)) in pxa_ep_fifo_status()
1293 while (!ep_is_empty(ep)) in pxa_ep_fifo_flush()
1841 if (unlikely(ep_is_empty(ep))) in handle_ep0_ctrl_req()
1846 have_extrabytes = !ep_is_empty(ep); in handle_ep0_ctrl_req()
1847 while (!ep_is_empty(ep)) { in handle_ep0_ctrl_req()