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

/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c475 * ep_count_bytes_remain - get how many bytes in udc endpoint
480 static int ep_count_bytes_remain(struct pxa_ep *ep) ep_count_bytes_remain() function
868 bytes_ep = ep_count_bytes_remain(ep); read_packet()
1338 return ep_count_bytes_remain(ep) + 1; pxa_ep_fifo_status()
1887 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) handle_ep0_ctrl_req()

Completed in 42 milliseconds