Lines Matching refs:pxa25x_ep

128 static void nuke (struct pxa25x_ep *, int status);
215 struct pxa25x_ep *ep; in pxa25x_ep_enable()
218 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable()
266 struct pxa25x_ep *ep; in pxa25x_ep_disable()
269 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_disable()
332 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
386 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
453 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
513 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
590 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
632 struct pxa25x_ep *ep; in pxa25x_ep_queue()
643 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_queue()
738 static void nuke(struct pxa25x_ep *ep, int status) in nuke()
757 struct pxa25x_ep *ep; in pxa25x_ep_dequeue()
761 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_dequeue()
787 struct pxa25x_ep *ep; in pxa25x_ep_set_halt()
790 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_set_halt()
842 struct pxa25x_ep *ep; in pxa25x_ep_fifo_status()
844 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_status()
861 struct pxa25x_ep *ep; in pxa25x_ep_fifo_flush()
863 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_flush()
1081 struct pxa25x_ep *ep = &dev->ep [i]; in udc_seq_show()
1183 struct pxa25x_ep *ep = &dev->ep[i]; in udc_reinit()
1294 struct pxa25x_ep *ep = &dev->ep[i]; in reset_gadget()
1321 struct pxa25x_ep *ep = &dev->ep[i]; in stop_activity()
1423 struct pxa25x_ep *ep = &dev->ep [0]; in handle_ep0()
1644 static void handle_ep(struct pxa25x_ep *ep) in handle_ep()