Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c441 * ep_is_full - checks if ep has place to write bytes
449 static int ep_is_full(struct pxa_ep *ep) in ep_is_full() function
952 } while (!ep_is_full(ep)); in write_fifo()
1125 if (!ep_is_full(ep)) in pxa_ep_queue()
1227 if (ep->dir_in && (ep_is_full(ep) || !list_empty(&ep->queue))) in pxa_ep_set_halt()
1975 if (req && !ep_is_full(ep)) in handle_ep0()
2050 if (likely(!ep_is_full(ep))) in handle_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c439 * ep_is_full - checks if ep has place to write bytes
447 static int ep_is_full(struct pxa_ep *ep) in ep_is_full() function
950 } while (!ep_is_full(ep)); in write_fifo()
1123 if (!ep_is_full(ep)) in pxa_ep_queue()
1226 if (ep->dir_in && (ep_is_full(ep) || !list_empty(&ep->queue))) in pxa_ep_set_halt()
1975 if (req && !ep_is_full(ep)) in handle_ep0()
2050 if (likely(!ep_is_full(ep))) in handle_ep()

Completed in 6 milliseconds