Searched refs:pp_tw_tail (Results 1 – 8 of 8) sorted by relevance
1850 (pp->pp_tw_tail != NULL)); in ehci_start_periodic_pipe_polling()3089 pp->pp_tw_tail = tw; in ehci_create_transfer_wrapper()3091 pp->pp_tw_tail->tw_next = tw; in ehci_create_transfer_wrapper()3092 pp->pp_tw_tail = tw; in ehci_create_transfer_wrapper()3441 if (pp->pp_tw_tail == tw) { in ehci_deallocate_tw()3443 pp->pp_tw_tail = NULL; in ehci_deallocate_tw()3459 if (pp->pp_tw_tail == tw) { in ehci_deallocate_tw()3460 pp->pp_tw_tail = prev; in ehci_deallocate_tw()3511 pp->pp_tw_tail = NULL; in ehci_free_dma_resources()
2091 pp->pp_tw_tail = tw; in ehci_polled_create_tw()2093 pp->pp_tw_tail->tw_next = tw; in ehci_polled_create_tw()2094 pp->pp_tw_tail = tw; in ehci_polled_create_tw()
292 struct uhci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member
2197 pp->pp_tw_tail = tw; in ohci_polled_create_tw()2199 pp->pp_tw_tail->tw_next = tw; in ohci_polled_create_tw()2200 pp->pp_tw_tail = tw; in ohci_polled_create_tw()
5147 ASSERT((pp->pp_tw_head != NULL) && (pp->pp_tw_tail != NULL)); in ohci_start_periodic_pipe_polling()6976 pp->pp_tw_tail = tw; in ohci_create_transfer_wrapper()6978 pp->pp_tw_tail->tw_next = tw; in ohci_create_transfer_wrapper()6979 pp->pp_tw_tail = tw; in ohci_create_transfer_wrapper()7207 pp->pp_tw_tail = tw; in ohci_create_isoc_transfer_wrapper()7209 pp->pp_tw_tail->tw_next = tw; in ohci_create_isoc_transfer_wrapper()7210 pp->pp_tw_tail = tw; in ohci_create_isoc_transfer_wrapper()7561 if (pp->pp_tw_tail == tw) { in ohci_deallocate_tw_resources()7563 pp->pp_tw_tail = NULL; in ohci_deallocate_tw_resources()7579 if (pp->pp_tw_tail == tw) { in ohci_deallocate_tw_resources()[all …]
1840 pp->pp_tw_tail = tw; in uhci_create_transfer_wrapper()1842 pp->pp_tw_tail->tw_next = tw; in uhci_create_transfer_wrapper()1843 pp->pp_tw_tail = tw; in uhci_create_transfer_wrapper()2540 pp->pp_tw_tail = NULL; in uhci_deallocate_tw()2547 pp->pp_tw_tail = head; in uhci_deallocate_tw()3948 pp->pp_tw_tail = tw; in uhci_create_isoc_transfer_wrapper()3950 pp->pp_tw_tail->tw_next = tw; in uhci_create_isoc_transfer_wrapper()3951 pp->pp_tw_tail = tw; in uhci_create_isoc_transfer_wrapper()
455 struct ohci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member
440 struct ehci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member