Lines Matching defs:prev
496 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
497 last = list_entry (qtd->qtd_list.prev,
1086 qtd = list_entry (qh->qtd_list.prev,
1260 struct ehci_qh *prev;
1267 prev = ehci->async;
1268 while (prev->qh_next.qh != qh)
1269 prev = prev->qh_next.qh;
1271 prev->hw->hw_next = qh->hw->hw_next;
1272 prev->qh_next = qh->qh_next;