Searched refs:at91_ep (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | at91_udc.c | 70 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done() 121 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo() 196 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo() 264 static void nuke(struct at91_ep *ep, int status) in nuke() 285 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable() 362 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable() 419 struct at91_ep *ep; in at91_ep_queue() 425 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue() 517 struct at91_ep *ep; in at91_ep_dequeue() 521 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_dequeue() [all …]
|
H A D | at91_udc.h | 90 struct at91_ep { struct 117 struct at91_ep ep[NUM_ENDPOINTS]; argument
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 105 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show() 185 struct at91_ep *ep; in proc_udc_show() 259 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done() 310 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo() 385 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo() 453 static void nuke(struct at91_ep *ep, int status) in nuke() 474 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable() 551 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable() 608 struct at91_ep *ep; in at91_ep_queue() 614 ep = container_of(_ep, struct at91_ep, ep); in at91_ep_queue() [all …]
|
H A D | at91_udc.h | 90 struct at91_ep { struct 123 struct at91_ep ep[NUM_ENDPOINTS]; argument
|