Searched refs:pxa25x_request (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa25x_udc.c | 386 struct pxa25x_request *req; in pxa25x_ep_alloc_request() 403 struct pxa25x_request *req; in pxa25x_ep_free_request() 405 req = container_of(_req, struct pxa25x_request, req); in pxa25x_ep_free_request() 415 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() 444 write_packet(u32 *uddr, struct pxa25x_request *req, unsigned max) in write_packet() 471 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo() 543 write_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo() 604 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo() 683 read_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo() 725 struct pxa25x_request *req; in pxa25x_ep_queue() [all …]
|
H A D | pxa25x_udc.h | 72 struct pxa25x_request { struct
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 509 struct pxa25x_request *req; in pxa25x_ep_alloc_request() 526 struct pxa25x_request *req; in pxa25x_ep_free_request() 528 req = container_of (_req, struct pxa25x_request, req); in pxa25x_ep_free_request() 538 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() 567 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) in write_packet() 592 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo() 659 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo() 720 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo() 797 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo() 838 struct pxa25x_request *req; in pxa25x_ep_queue() [all …]
|
H A D | pxa25x_udc.h | 59 struct pxa25x_request { struct
|