Home
last modified time | relevance | path

Searched refs:ehci_qh_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-mem.c82 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() function
201 ehci->async = ehci_qh_alloc (ehci, flags); in ehci_mem_init()
237 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
Dehci-q.c802 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()