Searched refs:mv_u3d_ep (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | mv_u3d_core.c | 37 static void mv_u3d_nuke(struct mv_u3d_ep *ep, int status); 52 struct mv_u3d_ep *ep; in mv_u3d_ep0_reset() 175 void mv_u3d_done(struct mv_u3d_ep *ep, struct mv_u3d_req *req, int status) in mv_u3d_done() 219 static int mv_u3d_queue_trb(struct mv_u3d_ep *ep, struct mv_u3d_req *req) in mv_u3d_queue_trb() 476 mv_u3d_start_queue(struct mv_u3d_ep *ep) in mv_u3d_start_queue() 525 struct mv_u3d_ep *ep; in mv_u3d_ep_enable() 533 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_enable() 627 struct mv_u3d_ep *ep; in mv_u3d_ep_disable() 634 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_disable() 691 struct mv_u3d_ep *ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_fifo_flush() [all …]
|
| D | mv_u3d.h | 259 struct mv_u3d_ep *eps; 287 struct mv_u3d_ep { struct 307 struct mv_u3d_ep *ep; argument
|