Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c534 static int epout_has_pkt(struct pxa_ep *ep) in epout_has_pkt() function
946 while (epout_has_pkt(ep)) { in read_fifo()
1049 while (epout_has_pkt(ep)) { in read_ep0_fifo()
1204 if ((length == 0) || !epout_has_pkt(ep)) in pxa_ep_queue()
1886 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()
2023 if (epout_has_pkt(ep)) in handle_ep0()
2031 if (epout_has_pkt(ep) && req) in handle_ep0()
2103 if (likely(epout_has_pkt(ep))) in handle_ep()