Searched refs:pp_itw_head (Results 1 – 4 of 4) sorted by relevance
271 if (pp->pp_itw_head == NULL) { in ehci_wait_for_isoc_completion()279 if (pp->pp_itw_head) { in ehci_wait_for_isoc_completion()852 curr_itw = pp->pp_itw_head; in ehci_remove_isoc_itds()898 if (pp->pp_itw_head == NULL) { in ehci_mark_reclaim_isoc()907 curr_itw = pp->pp_itw_head; in ehci_mark_reclaim_isoc()1162 if (pp->pp_itw_head == NULL) { in ehci_traverse_active_isoc_list()
459 if (pp->pp_itw_head == NULL) { in ehci_allocate_itw()460 pp->pp_itw_head = itw; in ehci_allocate_itw()541 if (pp->pp_itw_head == itw) { in ehci_deallocate_itw()543 pp->pp_itw_head = NULL; in ehci_deallocate_itw()546 pp->pp_itw_head = itw->itw_next; in ehci_deallocate_itw()549 prev = pp->pp_itw_head; in ehci_deallocate_itw()
1853 ASSERT((pp->pp_itw_head != NULL) && in ehci_start_periodic_pipe_polling()
442 struct ehci_isoc_xwrapper *pp_itw_head; /* Head of the list */ member