Lines Matching refs:pxa25x_request
509 struct pxa25x_request *req; in pxa25x_ep_alloc_request()
526 struct pxa25x_request *req; in pxa25x_ep_free_request()
528 req = container_of (_req, struct pxa25x_request, req); in pxa25x_ep_free_request()
538 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
567 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) in write_packet()
592 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
659 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
720 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
797 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
838 struct pxa25x_request *req; in pxa25x_ep_queue()
843 req = container_of(_req, struct pxa25x_request, req); in pxa25x_ep_queue()
947 struct pxa25x_request *req; in nuke()
952 struct pxa25x_request, in nuke()
965 struct pxa25x_request *req = NULL; in pxa25x_ep_dequeue()
966 struct pxa25x_request *iter; in pxa25x_ep_dequeue()
1301 struct pxa25x_request *req; in udc_debug_show()
1628 struct pxa25x_request *req; in handle_ep0()
1638 req = list_entry(ep->queue.next, struct pxa25x_request, queue); in handle_ep0()
1850 struct pxa25x_request *req; in handle_ep()
1859 struct pxa25x_request, queue); in handle_ep()