Searched refs:mv_u3d_ep (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/usb/gadget/udc/ |
D | mv_u3d_core.c | 36 static void mv_u3d_nuke(struct mv_u3d_ep *ep, int status); 51 struct mv_u3d_ep *ep; in mv_u3d_ep0_reset() 174 void mv_u3d_done(struct mv_u3d_ep *ep, struct mv_u3d_req *req, int status) in mv_u3d_done() 218 static int mv_u3d_queue_trb(struct mv_u3d_ep *ep, struct mv_u3d_req *req) in mv_u3d_queue_trb() 475 mv_u3d_start_queue(struct mv_u3d_ep *ep) in mv_u3d_start_queue() 524 struct mv_u3d_ep *ep; in mv_u3d_ep_enable() 532 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_enable() 626 struct mv_u3d_ep *ep; in mv_u3d_ep_disable() 633 ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_disable() 690 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
|