Lines Matching refs:dummy
61 if (qh->dummy) in qh_destroy()
62 ehci_qtd_free (ehci, qh->dummy); in qh_destroy()
86 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc()
87 if (qh->dummy == NULL) { in ehci_qh_alloc()
113 if (ehci->dummy) in ehci_mem_cleanup()
114 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
115 ehci->dummy = NULL; in ehci_mem_cleanup()
198 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
199 if (!ehci->dummy) in ehci_mem_init()
202 hw = ehci->dummy->hw; in ehci_mem_init()
206 ehci->dummy->hw = hw; in ehci_mem_init()
210 ehci->dummy->qh_dma); in ehci_mem_init()