Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dmv_udc_core.c63 static void nuke(struct mv_ep *ep, int status);
77 struct mv_ep *ep; in ep0_reset()
213 static void done(struct mv_ep *ep, struct mv_req *req, int status) in done()
258 static int queue_dtd(struct mv_ep *ep, struct mv_req *req) in queue_dtd()
448 struct mv_ep *ep; in mv_ep_enable()
455 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_enable()
568 struct mv_ep *ep; in mv_ep_disable()
573 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_disable()
637 struct mv_ep *ep; in mv_ep_fifo_flush()
643 ep = container_of(_ep, struct mv_ep, ep); in mv_ep_fifo_flush()
[all …]
Dmv_udc.h190 struct mv_ep *eps;
229 struct mv_ep { struct
246 struct mv_ep *ep; argument