Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dmv_udc_core.c122 struct mv_req *curr_req) in process_ep_req()
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()
267 struct mv_req *lastreq; in queue_dtd()
268 lastreq = list_entry(ep->queue.prev, struct mv_req, queue); in queue_dtd()
334 static struct mv_dtd *build_dtd(struct mv_req *req, unsigned *length, in build_dtd()
403 static int req_to_dtd(struct mv_req *req) in req_to_dtd()
598 struct mv_req *req; in mv_alloc_request()
612 struct mv_req *req = NULL; in mv_free_request()
614 req = container_of(_req, struct mv_req, req); in mv_free_request()
[all …]
Dmv_udc.h192 struct mv_req *status_req;
239 struct mv_req { struct