Lines Matching defs:next
163 u32 async_next; /* address of next async queue head */
279 /* next async queue entry, or pointer to interrupt/periodic QH */
332 struct ehci_qh *reclaim; /* next to reclaim */
1285 qtd = list_entry(qh->qtd_list.next,
1980 qtd = list_entry(qtd_list->next, struct ehci_qtd,
2026 /* let the hc process these next qtds */
2047 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list);
2085 struct ehci_qh *next;
2094 next = qh->reclaim;
2095 oxu->reclaim = next;
2115 if (next) {
2117 start_unlink_async(oxu, next);
2227 * periodic_next_shadow - return "next" pointer on shadow list
2258 /* update shadow and hardware lists ... the old "next" pointers
2488 /* complete split running into next frame?
3045 * from automatically advancing to the next td after short reads.
3206 * where the next system software may expect clean state.
3223 * we drop ownership so next owner (or urb unlink) can get it