Lines Matching defs:flags
36 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags)
41 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma);
67 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags)
76 dma_pool_alloc(ehci->qh_pool, flags, &dma);
86 qh->dummy = ehci_qtd_alloc (ehci, flags);
139 static int ehci_mem_init (struct ehci_hcd *ehci, gfp_t flags)
162 ehci->async = ehci_qh_alloc (ehci, flags);
191 &ehci->periodic_dma, flags);
198 ehci->dummy = ehci_qh_alloc(ehci, flags);
217 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags);