Lines Matching refs:pxa25x_ep

207 static void nuke(struct pxa25x_ep *, int status);
297 struct pxa25x_ep *ep; in pxa25x_ep_enable()
300 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable()
349 struct pxa25x_ep *ep; in pxa25x_ep_disable()
352 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_disable()
416 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
472 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
544 write_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
605 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
684 read_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
727 struct pxa25x_ep *ep; in pxa25x_ep_queue()
738 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_queue()
840 static void nuke(struct pxa25x_ep *ep, int status) in nuke()
859 struct pxa25x_ep *ep; in pxa25x_ep_dequeue()
863 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_dequeue()
889 struct pxa25x_ep *ep; in pxa25x_ep_set_halt()
892 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_set_halt()
945 struct pxa25x_ep *ep; in pxa25x_ep_fifo_status()
947 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_status()
964 struct pxa25x_ep *ep; in pxa25x_ep_fifo_flush()
966 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_flush()
1139 struct pxa25x_ep *ep = &dev->ep[i]; in udc_reinit()
1217 struct pxa25x_ep *ep = &dev->ep[0]; in handle_ep0()
1461 static void handle_ep(struct pxa25x_ep *ep) in handle_ep()
1989 struct pxa25x_ep *ep = &dev->ep[i]; in stop_activity()