Searched defs:qtd_fill (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dehci-q.c46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, function
604 qtd_fill(ehci, qtd, urb->setup_dma,
655 this_qtd_len = qtd_fill(ehci, qtd, buf, this_sg_len, token,
726 qtd_fill(ehci, qtd, 0, 0, token, 0);
1198 qtd_fill(ehci, qtd, urb->setup_dma,
1217 qtd_fill(ehci, qtd, buf, len, token, maxpacket);
1238 qtd_fill(ehci, qtd, 0, 0, token, 0);
H A Disp1760-hcd.c1391 static int qtd_fill(struct isp1760_qtd *qtd, void *databuffer, size_t len) function
1447 qtd_fill(qtd, urb->setup_packet, sizeof(struct usb_ctrlrequest));
1472 this_qtd_len = qtd_fill(qtd, buf, len);
1507 qtd_fill(qtd, NULL, 0);
H A Doxu210hp-hcd.c782 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, function
1230 qtd_fill(qtd, qtd->buffer_dma, sizeof(struct usb_ctrlrequest),
1278 this_qtd_len = qtd_fill(qtd, buf, len, token, maxpacket);
1340 qtd_fill(qtd, 0, 0, token, 0);
H A Dfotg210-hcd.c2085 qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, dma_addr_t buf, function
2680 qtd_fill(fotg210, qtd, urb->setup_dma,
2731 this_qtd_len = qtd_fill(fotg210, qtd, buf, this_sg_len, token,
2802 qtd_fill(fotg210, qtd, 0, 0, token, 0);
H A Dfusbh200-hcd.c2039 qtd_fill(struct fusbh200_hcd *fusbh200, struct fusbh200_qtd *qtd, dma_addr_t buf, function
2630 qtd_fill(fusbh200, qtd, urb->setup_dma,
2681 this_qtd_len = qtd_fill(fusbh200, qtd, buf, this_sg_len, token,
2752 qtd_fill(fusbh200, qtd, 0, 0, token, 0);

Completed in 92 milliseconds