Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.c519 static int ep_is_full(struct pxa_ep *ep) in ep_is_full() function
1025 } while (!ep_is_full(ep)); in write_fifo()
1199 if (!ep_is_full(ep)) in pxa_ep_queue()
1301 if (ep->dir_in && (ep_is_full(ep) || !list_empty(&ep->queue))) in pxa_ep_set_halt()
2026 if (req && !ep_is_full(ep)) in handle_ep0()
2101 if (likely(!ep_is_full(ep))) in handle_ep()