Lines Matching refs:at91_ep
90 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show()
170 struct at91_ep *ep; in proc_udc_show()
256 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done()
307 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo()
382 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo()
450 static void nuke(struct at91_ep *ep, int status) in nuke()
471 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable()
548 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable()
605 struct at91_ep *ep; in at91_ep_queue()
611 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue()
703 struct at91_ep *ep; in at91_ep_dequeue()
708 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_dequeue()
733 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_set_halt()
830 struct at91_ep *ep = &udc->ep[i]; in udc_reinit()
855 struct at91_ep *ep = &udc->ep[i]; in reset_gadget()
880 struct at91_ep *ep = &udc->ep[i]; in stop_activity()
1000 static int handle_ep(struct at91_ep *ep) in handle_ep()
1042 static void handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) in handle_setup()
1270 struct at91_ep *ep0 = &udc->ep[0]; in handle_ep0()
1485 struct at91_ep *ep = &udc->ep[1]; in at91_udc_irq()
1594 struct at91_ep *ep; in at91rm9200_udc_init()
1650 struct at91_ep *ep; in at91sam9260_udc_init()
1688 struct at91_ep *ep; in at91sam9261_udc_init()
1733 struct at91_ep *ep; in at91sam9263_udc_init()
1812 struct at91_ep *ep; in at91udc_probe()