Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dmv_udc_core.c128 struct mv_req *curr_req) in process_ep_req()
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()
274 struct mv_req *lastreq; in queue_dtd()
275 lastreq = list_entry(ep->queue.prev, struct mv_req, queue); in queue_dtd()
341 static struct mv_dtd *build_dtd(struct mv_req *req, unsigned *length, in build_dtd()
410 static int req_to_dtd(struct mv_req *req) in req_to_dtd()
611 struct mv_req *req = NULL; in mv_alloc_request()
625 struct mv_req *req = NULL; in mv_free_request()
627 req = container_of(_req, struct mv_req, req); in mv_free_request()
[all …]
Dmv_udc.h196 struct mv_req *status_req;
243 struct mv_req { struct