Lines Matching refs:dummy
61 if (qh->dummy) in qh_destroy()
62 ehci_qtd_free (ehci, qh->dummy); in qh_destroy()
85 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc()
86 if (qh->dummy == NULL) { in ehci_qh_alloc()
112 if (ehci->dummy) in ehci_mem_cleanup()
113 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
114 ehci->dummy = NULL; in ehci_mem_cleanup()
197 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
198 if (!ehci->dummy) in ehci_mem_init()
201 hw = ehci->dummy->hw; in ehci_mem_init()
205 ehci->dummy->hw = hw; in ehci_mem_init()
209 ehci->dummy->qh_dma); in ehci_mem_init()