Lines Matching refs:dummy
74 if (qh->dummy) in qh_destroy()
75 ehci_qtd_free (ehci, qh->dummy); in qh_destroy()
99 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc()
100 if (qh->dummy == NULL) { in ehci_qh_alloc()
126 if (ehci->dummy) in ehci_mem_cleanup()
127 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
128 ehci->dummy = NULL; in ehci_mem_cleanup()
211 ehci->dummy = ehci_qh_alloc(ehci, flags); in ehci_mem_init()
212 if (!ehci->dummy) in ehci_mem_init()
215 hw = ehci->dummy->hw; in ehci_mem_init()
219 ehci->dummy->hw = hw; in ehci_mem_init()
223 ehci->dummy->qh_dma); in ehci_mem_init()