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

/drivers/usb/gadget/
H A Dpxa27x_udc.c521 * ep_is_full - checks if ep has place to write bytes
529 static int ep_is_full(struct pxa_ep *ep) function
1035 } while (!ep_is_full(ep));
1209 if (!ep_is_full(ep))
1311 if (ep->dir_in && (ep_is_full(ep) || !list_empty(&ep->queue)))
2081 if (req && !ep_is_full(ep))
2156 if (likely(!ep_is_full(ep)))

Completed in 53 milliseconds