Lines Matching refs:pxa27x_request

140 	struct pxa27x_request *req;  in queues_dbg_show()
574 struct pxa27x_request *req; in pxa_ep_alloc_request()
596 struct pxa27x_request *req; in pxa_ep_free_request()
598 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_free_request()
613 static void ep_add_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_add_request()
636 static void ep_del_request(struct pxa_ep *ep, struct pxa27x_request *req) in ep_del_request()
660 static void req_done(struct pxa_ep *ep, struct pxa27x_request *req, int status, in req_done()
695 static void ep_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_out_req()
713 static void ep0_end_out_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_out_req()
731 static void ep_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep_end_in_req()
749 static void ep0_end_in_req(struct pxa_ep *ep, struct pxa27x_request *req, in ep0_end_in_req()
768 struct pxa27x_request *req; in nuke()
773 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in nuke()
790 static int read_packet(struct pxa_ep *ep, struct pxa27x_request *req) in read_packet()
827 static int write_packet(struct pxa_ep *ep, struct pxa27x_request *req, in write_packet()
869 static int read_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_fifo()
904 static int write_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_fifo()
970 static int read_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in read_ep0_fifo()
1008 static int write_ep0_fifo(struct pxa_ep *ep, struct pxa27x_request *req) in write_ep0_fifo()
1048 struct pxa27x_request *req; in pxa_ep_queue()
1056 req = container_of(_req, struct pxa27x_request, req); in pxa_ep_queue()
1162 struct pxa27x_request *req = NULL, *iter; in pxa_ep_dequeue()
1816 struct pxa27x_request *req) in handle_ep0_ctrl_req()
1935 struct pxa27x_request *req = NULL; in handle_ep0()
1939 req = list_entry(ep->queue.next, struct pxa27x_request, queue); in handle_ep0()
2018 struct pxa27x_request *req; in handle_ep()
2036 struct pxa27x_request, queue); in handle_ep()