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