Lines Matching refs:qh

1056     struct ehci_qh  *qh = (struct ehci_qh *) pUrb->hcpriv;  in ms_urb_done()  local
1057 ms_qh_put (pEhci, qh); in ms_urb_done()
1713 if (!pHead->qh_next.qh) in ms_qh_link_async()
1741 pHead->qh_next.qh = pQh; in ms_qh_link_async()
1940 pQh->qh_next.qh = 0; in ms_end_unlink_async()
1958 && pEhci->stAsync->qh_next.qh == 0) in ms_end_unlink_async()
2003 while (pPrev->qh_next.qh != pQh) in ms_start_unlink_async()
2004 pPrev = pPrev->qh_next.qh; in ms_start_unlink_async()
2088 pQh = pEhci->stAsync->qh_next.qh; in ms_scan_async()
2148 pQh = pQh->qh_next.qh; in ms_scan_async()
2166 struct ehci_qh *qh; in dbg_timeout_async() local
2194 qh = ehci->stAsync->qh_next.qh; in dbg_timeout_async()
2195 if (qh == 0) { in dbg_timeout_async()
2204 qh->qh_status, (unsigned int)qh->pDummyQtd); in dbg_timeout_async()
2205 Dump_TD((unsigned int)qh, 1); in dbg_timeout_async()
2206 c_qtd = (unsigned int)PA2VA(qh->hw_current_qtd); in dbg_timeout_async()
2207 if (!ms_is_empty_list (&qh->qtd_list)) { in dbg_timeout_async()
2210 list_for_loop_ex (entry, tmp, &qh->qtd_list) { in dbg_timeout_async()
2221 Dump_TD((unsigned int)PA2VA(qh->hw_current_qtd), 0); in dbg_timeout_async()
2223 qh = qh->qh_next.qh; in dbg_timeout_async()
2224 } while (qh); in dbg_timeout_async()
2380 ehci->stAsync->qh_next.qh = 0; in ms_ehci_begin()
3062 for (tmp = pEhci->stAsync->qh_next.qh; in ms_ehci_disable_ep()
3063 tmp && tmp != pQh; tmp = tmp->qh_next.qh) in ms_ehci_disable_ep()
3152 if( pEhci->stAsync->qh_next.qh != 0 ) in ms_qh_ehci_reinit()
3157 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3166 pQh = pQh->qh_next.qh; in ms_qh_ehci_reinit()
3186 if( pEhci->stAsync->qh_next.qh != 0 ) in ms_qh_ehci_reinit()
3188 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3194 pQh = pQh->qh_next.qh; in ms_qh_ehci_reinit()
3195 qh_rm->qh_next.qh = NULL; in ms_qh_ehci_reinit()
3201 pEhci->stAsync->qh_next.qh = NULL; in ms_qh_ehci_reinit()