Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c408 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain() function
795 bytes_ep = ep_count_bytes_remain(ep); in read_packet()
1263 return ep_count_bytes_remain(ep) + 1; in pxa_ep_fifo_status()
1836 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()