Searched defs:ehci_qtd_alloc (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dehci-mem.c49 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) function
102 qh->dummy = ehci_qtd_alloc (ehci, flags);
H A Doxu210hp-hcd.c573 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) function
651 qh->dummy = ehci_qtd_alloc(oxu);
1206 qtd = ehci_qtd_alloc(oxu);
1235 qtd = ehci_qtd_alloc(oxu);
1291 qtd = ehci_qtd_alloc(oxu);
1329 qtd = ehci_qtd_alloc(oxu);

Completed in 83 milliseconds