Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-mem.c67 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() function
162 ehci->async = ehci_qh_alloc (ehci, flags); in ehci_mem_init()
198 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
Dehci-q.c765 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()