Searched refs:pp_itw_tail (Results 1 – 3 of 3) sorted by relevance
461 pp->pp_itw_tail = itw; in ehci_allocate_itw()463 pp->pp_itw_tail->itw_next = itw; in ehci_allocate_itw()464 pp->pp_itw_tail = itw; in ehci_allocate_itw()542 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()544 pp->pp_itw_tail = NULL; in ehci_deallocate_itw()560 if (pp->pp_itw_tail == itw) { in ehci_deallocate_itw()561 pp->pp_itw_tail = prev; in ehci_deallocate_itw()
1854 (pp->pp_itw_tail != NULL)); in ehci_start_periodic_pipe_polling()
443 struct ehci_isoc_xwrapper *pp_itw_tail; /* Tail of the list */ member