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

/drivers/usb/host/
H A Dehci-mem.c82 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) function
201 ehci->async = ehci_qh_alloc (ehci, flags);
237 ehci->dummy = ehci_qh_alloc(ehci, flags);

Completed in 51 milliseconds