Home
last modified time | relevance | path

Searched refs:at91_ep (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.c90 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()
[all …]
Dat91_udc.h94 struct at91_ep { struct
121 struct at91_ep ep[NUM_ENDPOINTS]; argument