Lines Matching defs:prev
495 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
496 last = list_entry (qtd->qtd_list.prev,
1085 qtd = list_entry (qh->qtd_list.prev,
1259 struct ehci_qh *prev;
1266 prev = ehci->async;
1267 while (prev->qh_next.qh != qh)
1268 prev = prev->qh_next.qh;
1270 prev->hw->hw_next = qh->hw->hw_next;
1271 prev->qh_next = qh->qh_next;