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

/drivers/usb/gadget/
H A Dpxa27x_udc.c485 * ep_count_bytes_remain - get how many bytes in udc endpoint
490 static int ep_count_bytes_remain(struct pxa_ep *ep) function
878 bytes_ep = ep_count_bytes_remain(ep);
1348 return ep_count_bytes_remain(ep) + 1;
1942 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0))

Completed in 55 milliseconds