Searched refs:read_ep0_fifo (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 801 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo() function 911 && read_ep0_fifo(ep, req))) { in pxa25x_ep_queue() 1824 if (read_ep0_fifo(ep, req)) in handle_ep0()
|
H A D | pxa27x_udc.c | 962 * read_ep0_fifo - Transfer packets from control endpoint into usb request 972 static int read_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_ep0_fifo() function 1131 if (read_ep0_fifo(ep, req)) in pxa_ep_queue() 1982 completed = read_ep0_fifo(ep, req); in handle_ep0()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 797 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo() function 907 && read_ep0_fifo(ep, req))) { in pxa25x_ep_queue() 1786 if (read_ep0_fifo(ep, req)) in handle_ep0()
|
H A D | pxa27x_udc.c | 960 * read_ep0_fifo - Transfer packets from control endpoint into usb request 970 static int read_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_ep0_fifo() function 1129 if (read_ep0_fifo(ep, req)) in pxa_ep_queue() 1982 completed = read_ep0_fifo(ep, req); in handle_ep0()
|
Completed in 13 milliseconds