Lines Matching refs:pxa27x_request

140 	struct pxa27x_request *req;  in queues_dbg_show()
577 struct pxa27x_request *req; in pxa_ep_alloc_request()
599 struct pxa27x_request *req; in pxa_ep_free_request()
601 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_free_request()
616 static void ep_add_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_add_request()
639 static void ep_del_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_del_request()
663 static void req_done(struct pxa_ep *ep, struct pxa27x_request *req, int status, in req_done()
698 static void ep_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_out_req()
716 static void ep0_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_out_req()
734 static void ep_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_in_req()
752 static void ep0_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_in_req()
771 struct pxa27x_request *req; in nuke()
776 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in nuke()
793 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) in read_packet()
830 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet()
872 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_fifo()
907 static int write_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_fifo()
973 static int read_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_ep0_fifo()
1011 static int write_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_ep0_fifo()
1051 struct pxa27x_request *req; in pxa_ep_queue()
1059 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_queue()
1165 struct pxa27x_request *req; in pxa_ep_dequeue()
1819 struct pxa27x_request *req) in handle_ep0_ctrl_req()
1938 struct pxa27x_request *req = NULL; in handle_ep0()
1942 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in handle_ep0()
2021 struct pxa27x_request *req; in handle_ep()
2039 struct pxa27x_request, queue); in handle_ep()