Lines Matching refs:at91_ep
71 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done()
122 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo()
197 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo()
265 static void nuke(struct at91_ep *ep, int status) in nuke()
286 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable()
363 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable()
420 struct at91_ep *ep; in at91_ep_queue()
426 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue()
518 struct at91_ep *ep; in at91_ep_dequeue()
522 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_dequeue()
545 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_set_halt()
642 struct at91_ep *ep = &udc->ep[i]; in udc_reinit()
667 struct at91_ep *ep = &udc->ep[i]; in reset_gadget()
692 struct at91_ep *ep = &udc->ep[i]; in stop_activity()
807 static int handle_ep(struct at91_ep *ep) in handle_ep()
849 static void handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) in handle_setup()
1077 struct at91_ep *ep0 = &udc->ep[0]; in handle_ep0()
1291 struct at91_ep *ep = &udc->ep[1]; in at91_udc_irq()
1346 struct at91_ep *ep; in at91sam9260_udc_init()
1386 struct at91_ep *ep; in at91sam9261_udc_init()
1487 struct at91_ep *ep; in at91_udc_probe()