Lines Matching refs:pxa25x_request
387 struct pxa25x_request *req; in pxa25x_ep_alloc_request()
404 struct pxa25x_request *req; in pxa25x_ep_free_request()
406 req = container_of(_req, struct pxa25x_request, req); in pxa25x_ep_free_request()
416 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
445 write_packet(u32 *uddr, struct pxa25x_request *req, unsigned max) in write_packet()
472 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
544 write_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
605 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
684 read_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
726 struct pxa25x_request *req; in pxa25x_ep_queue()
731 req = container_of(_req, struct pxa25x_request, req); in pxa25x_ep_queue()
842 struct pxa25x_request *req; in nuke()
847 struct pxa25x_request, in nuke()
860 struct pxa25x_request *req; in pxa25x_ep_dequeue()
1218 struct pxa25x_request *req; in handle_ep0()
1228 req = list_entry(ep->queue.next, struct pxa25x_request, queue); in handle_ep0()
1463 struct pxa25x_request *req; in handle_ep()
1472 struct pxa25x_request, queue); in handle_ep()