Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.c464 static int epout_has_pkt(struct pxa_ep *ep) in epout_has_pkt() function
876 while (epout_has_pkt(ep)) { in read_fifo()
977 while (epout_has_pkt(ep)) { in read_ep0_fifo()
1131 if ((length == 0) || !epout_has_pkt(ep)) in pxa_ep_queue()
1839 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()
1976 if (epout_has_pkt(ep)) in handle_ep0()
1984 if (epout_has_pkt(ep) && req) in handle_ep0()
2056 if (likely(epout_has_pkt(ep))) in handle_ep()