Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dmv_udc.h192 struct mv_dtd *dtd_head;
193 struct mv_dtd *dtd_tail;
245 struct mv_dtd *dtd, *head, *tail;
299 struct mv_dtd { struct
310 struct mv_dtd *next_dtd_virt; argument
Dmv_udc_core.c130 struct mv_dtd *curr_dtd; in process_ep_req()
184 curr_dtd = (struct mv_dtd *)curr_dtd->next_dtd_virt; in process_ep_req()
219 struct mv_dtd *curr_td, *next_td; in done()
341 static struct mv_dtd *build_dtd(struct mv_req *req, unsigned *length, in build_dtd()
344 struct mv_dtd *dtd; in build_dtd()
414 struct mv_dtd *dtd, *last_dtd = NULL; in req_to_dtd()
2209 sizeof(struct mv_dtd), in mv_udc_probe()