Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dmv_udc.h188 struct mv_dtd *dtd_head;
189 struct mv_dtd *dtd_tail;
241 struct mv_dtd *dtd, *head, *tail;
295 struct mv_dtd { struct
306 struct mv_dtd *next_dtd_virt; argument
Dmv_udc_core.c124 struct mv_dtd *curr_dtd; in process_ep_req()
177 curr_dtd = (struct mv_dtd *)curr_dtd->next_dtd_virt; in process_ep_req()
212 struct mv_dtd *curr_td, *next_td; in done()
334 static struct mv_dtd *build_dtd(struct mv_req *req, unsigned *length, in build_dtd()
337 struct mv_dtd *dtd; in build_dtd()
407 struct mv_dtd *dtd, *last_dtd = NULL; in req_to_dtd()
2204 sizeof(struct mv_dtd), in mv_udc_probe()