Lines Matching refs:pxa27x_request

142 	struct pxa27x_request *req;  in queues_dbg_show()
647 struct pxa27x_request *req; in pxa_ep_alloc_request()
669 struct pxa27x_request *req; in pxa_ep_free_request()
671 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_free_request()
686 static void ep_add_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_add_request()
709 static void ep_del_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_del_request()
733 static void req_done(struct pxa_ep *ep, struct pxa27x_request *req, int status, in req_done()
768 static void ep_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_out_req()
786 static void ep0_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_out_req()
804 static void ep_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_in_req()
822 static void ep0_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_in_req()
841 struct pxa27x_request *req; in nuke()
846 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in nuke()
863 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) in read_packet()
900 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet()
942 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_fifo()
977 static int write_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_fifo()
1045 static int read_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_ep0_fifo()
1083 static int write_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_ep0_fifo()
1123 struct pxa27x_request *req; in pxa_ep_queue()
1131 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_queue()
1238 struct pxa27x_request *req; in pxa_ep_dequeue()
1866 struct pxa27x_request *req) in handle_ep0_ctrl_req()
1985 struct pxa27x_request *req = NULL; in handle_ep0()
1989 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in handle_ep0()
2068 struct pxa27x_request *req; in handle_ep()
2086 struct pxa27x_request, queue); in handle_ep()