Searched refs:pxa25x_request (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 303 struct pxa25x_request *req; in pxa25x_ep_alloc_request() 320 struct pxa25x_request *req; in pxa25x_ep_free_request() 322 req = container_of (_req, struct pxa25x_request, req); in pxa25x_ep_free_request() 332 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() 361 write_packet(volatile u32 *uddr, struct pxa25x_request *req, unsigned max) in write_packet() 386 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo() 453 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo() 513 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo() 590 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo() 631 struct pxa25x_request *req; in pxa25x_ep_queue() [all …]
|
D | pxa25x_udc.h | 64 struct pxa25x_request { struct
|