Lines Matching refs:at91_ep
109 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show()
189 struct at91_ep *ep; in proc_udc_show()
275 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done()
326 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo()
401 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo()
469 static void nuke(struct at91_ep *ep, int status) in nuke()
490 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable()
567 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable()
624 struct at91_ep *ep; in at91_ep_queue()
630 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue()
722 struct at91_ep *ep; in at91_ep_dequeue()
727 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_dequeue()
752 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_set_halt()
850 struct at91_ep *ep = &udc->ep[i]; in udc_reinit()
875 struct at91_ep *ep = &udc->ep[i]; in reset_gadget()
900 struct at91_ep *ep = &udc->ep[i]; in stop_activity()
1020 static int handle_ep(struct at91_ep *ep) in handle_ep()
1062 static void handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) in handle_setup()
1290 struct at91_ep *ep0 = &udc->ep[0]; in handle_ep0()
1505 struct at91_ep *ep = &udc->ep[1]; in at91_udc_irq()
1614 struct at91_ep *ep; in at91rm9200_udc_init()
1670 struct at91_ep *ep; in at91sam9260_udc_init()
1708 struct at91_ep *ep; in at91sam9261_udc_init()
1753 struct at91_ep *ep; in at91sam9263_udc_init()
1832 struct at91_ep *ep; in at91udc_probe()