Home
last modified time | relevance | path

Searched refs:pDummyQtd (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_MEM.cxx131 pQh->pDummyQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_ehci_qh_alloc()
132 if (pQh->pDummyQtd == 0) in ms_ehci_qh_alloc()
159 if (pQh->pDummyQtd) in ms_qh_put()
160 ms_ehci_qtd_free (pEhci, pQh->pDummyQtd); in ms_qh_put()
H A DdrvEhciHcd.c1102 struct ehci_qtd *pLast = 0, *pEnd = pQh->pDummyQtd; in ms_qh_completions()
1273 pEnd = pQh->pDummyQtd; in ms_qh_completions()
1688 ms_qh_update_link (pQh, pQh->pDummyQtd); // replaced by ms_qh_refresh() in ms_qh_make()
1844 dummy = pQh->pDummyQtd; in ms_qh_append_tds()
1855 pQh->pDummyQtd = pQtd; in ms_qh_append_tds()
2204 qh->qh_status, (unsigned int)qh->pDummyQtd); in dbg_timeout_async()
2386 ehci->stAsync->hw_alt_next_qtd = (U32)(ehci->stAsync->pDummyQtd->qtd_dma_addr); in ms_ehci_begin()
3207 pEhci->stAsync->hw_alt_next_qtd = (U32)(pEhci->stAsync->pDummyQtd->qtd_dma_addr); in ms_qh_ehci_reinit()
H A DdrvEHCI.h457 struct ehci_qtd *pDummyQtd; member