Searched refs:ehci_qh_alloc (Results 1 – 2 of 2) sorted by relevance
80 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() function183 ehci->async = ehci_qh_alloc (ehci, flags); in ehci_mem_init()219 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
763 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()