Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c462 static int epout_has_pkt(struct pxa_ep *ep) in epout_has_pkt() function
873 while (epout_has_pkt(ep)) { in read_fifo()
974 while (epout_has_pkt(ep)) { in read_ep0_fifo()
1128 if ((length == 0) || !epout_has_pkt(ep)) in pxa_ep_queue()
1836 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()
1973 if (epout_has_pkt(ep)) in handle_ep0()
1981 if (epout_has_pkt(ep) && req) in handle_ep0()
2053 if (likely(epout_has_pkt(ep))) in handle_ep()