Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c461 static int epout_has_pkt(struct pxa_ep *ep) in epout_has_pkt() function
872 while (epout_has_pkt(ep)) { in read_fifo()
973 while (epout_has_pkt(ep)) { in read_ep0_fifo()
1127 if ((length == 0) || !epout_has_pkt(ep)) in pxa_ep_queue()
1854 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()
1991 if (epout_has_pkt(ep)) in handle_ep0()
1999 if (epout_has_pkt(ep) && req) in handle_ep0()
2071 if (likely(epout_has_pkt(ep))) in handle_ep()