Searched refs:pxa25x_ep (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 128 static void nuke (struct pxa25x_ep *, int status); 215 struct pxa25x_ep *ep; in pxa25x_ep_enable() 218 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable() 266 struct pxa25x_ep *ep; in pxa25x_ep_disable() 269 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_disable() 332 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() 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() [all …]
|
D | pxa25x_udc.h | 40 struct pxa25x_ep { struct 123 struct pxa25x_ep ep [PXA_UDC_NUM_ENDPOINTS];
|