Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c459 * epout_has_pkt - checks if OUT endpoint fifo has a packet available
464 static int epout_has_pkt(struct pxa_ep *ep) in epout_has_pkt() function
875 while (epout_has_pkt(ep)) { in read_fifo()
976 while (epout_has_pkt(ep)) { in read_ep0_fifo()
1130 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()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c457 * epout_has_pkt - checks if OUT endpoint fifo has a packet available
462 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()

Completed in 6 milliseconds