Home
last modified time | relevance | path

Searched refs:mv_ep (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/
Dmv_udc_core.c57 static void nuke(struct mv_ep *ep, int status);
71 struct mv_ep *ep; in ep0_reset()
206 static void done(struct mv_ep *ep, struct mv_req *req, int status) in done()
251 static int queue_dtd(struct mv_ep *ep, struct mv_req *req) in queue_dtd()
438 struct mv_ep *ep; in mv_ep_enable()
446 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_enable()
556 struct mv_ep *ep; in mv_ep_disable()
561 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_disable()
624 struct mv_ep *ep; in mv_ep_fifo_flush()
630 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_fifo_flush()
[all …]
Dmv_udc.h186 struct mv_ep *eps;
225 struct mv_ep { struct
242 struct mv_ep *ep; argument