Searched refs:mv_u3d_ep (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | mv_u3d_core.c | 40 static void mv_u3d_nuke(struct mv_u3d_ep *ep, int status); 55 struct mv_u3d_ep *ep; in mv_u3d_ep0_reset() 187 void mv_u3d_done(struct mv_u3d_ep *ep, struct mv_u3d_req *req, int status) in mv_u3d_done() 231 static int mv_u3d_queue_trb(struct mv_u3d_ep *ep, struct mv_u3d_req *req) in mv_u3d_queue_trb() 482 mv_u3d_start_queue(struct mv_u3d_ep *ep) in mv_u3d_start_queue() 529 struct mv_u3d_ep *ep; in mv_u3d_ep_enable() 538 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_enable() 635 struct mv_u3d_ep *ep; in mv_u3d_ep_disable() 643 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_disable() 703 struct mv_u3d_ep *ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_fifo_flush() [all …]
|
D | mv_u3d.h | 262 struct mv_u3d_ep *eps; 290 struct mv_u3d_ep { struct 310 struct mv_u3d_ep *ep; argument
|