Lines Matching refs:qh
123 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() argument
125 struct ehci_qh_hw *hw = qh->hw; in dbg_qh()
128 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
285 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() argument
408 struct ehci_qh *qh, in qh_lines() argument
422 struct ehci_qh_hw *hw = qh->hw; in qh_lines()
440 qh, scratch & 0x007f, in qh_lines()
452 list_for_each (entry, &qh->qtd_list) { in qh_lines()
504 struct ehci_qh *qh; in fill_async_buffer() local
518 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
519 qh_lines (ehci, qh, &next, &size); in fill_async_buffer()
525 list_for_each_entry(qh, &ehci->async_unlink, unlink_node) { in fill_async_buffer()
528 qh_lines(ehci, qh, &next, &size); in fill_async_buffer()
663 hw = p.qh->hw; in fill_periodic_buffer()
665 p.qh->ps.period, in fill_periodic_buffer()
670 p.qh); in fill_periodic_buffer()
677 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
695 &p.qh->qtd_list, in fill_periodic_buffer()
712 p.qh->ps.usecs, in fill_periodic_buffer()
713 p.qh->ps.c_usecs, in fill_periodic_buffer()
718 seen [seen_count++].qh = p.qh; in fill_periodic_buffer()
722 p = p.qh->qh_next; in fill_periodic_buffer()