Searched refs:itw_next (Results 1 – 3 of 3) sorted by relevance
858 next_itw = curr_itw->itw_next; in ehci_remove_isoc_itds()909 next_itw = curr_itw->itw_next; in ehci_mark_reclaim_isoc()1036 itw_list = itw->itw_next; in ehci_start_isoc_polling()1060 itw_list = itw->itw_next; in ehci_start_isoc_polling()1073 itw_list = itw->itw_next; in ehci_start_isoc_polling()
463 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()546 pp->pp_itw_head = itw->itw_next; in ehci_deallocate_itw()550 next = prev->itw_next; in ehci_deallocate_itw()554 next = next->itw_next; in ehci_deallocate_itw()558 prev->itw_next = next->itw_next; in ehci_deallocate_itw()
652 struct ehci_isoc_xwrapper *itw_next; /* Next wrapper in pp */ member