Lines Matching refs:next
297 /* pick the next endpoint for a transaction, and issue it.
312 sl811->next_periodic = ep->next;
317 ep = container_of(sl811->async.next,
321 * transfer for the next frame ...
331 if (ep->schedule.next == &sl811->async)
334 sl811->next_async = container_of(ep->schedule.next,
344 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
348 * packet, wait till the next frame. too-simple algorithm...
457 prev = &temp->next;
459 *prev = ep->next;
467 sl811->next_periodic = ep->next;
486 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
700 ->hep->urb_list.next,
710 ->hep->urb_list.next,
933 prev = &here->next;
937 ep->next = here;
977 if (ep->hep->urb_list.next != &urb->urb_list) {
1484 ep = ep->next;