Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/
Dmv_udc_core.c58 static void nuke(struct mv_ep *ep, int status);
72 struct mv_ep *ep; in ep0_reset()
207 static void done(struct mv_ep *ep, struct mv_req *req, int status) in done()
252 static int queue_dtd(struct mv_ep *ep, struct mv_req *req) in queue_dtd()
439 struct mv_ep *ep; in mv_ep_enable()
447 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_enable()
557 struct mv_ep *ep; in mv_ep_disable()
562 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_disable()
625 struct mv_ep *ep; in mv_ep_fifo_flush()
631 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