Searched refs:pp_tw_head (Results 1 – 8 of 8) sorted by relevance
1847 ASSERT((pp->pp_tw_head != NULL) && in ehci_start_periodic_pipe_polling()2668 next_tw = pp->pp_tw_head; in ehci_traverse_qtds()3083 if (pp->pp_tw_head == NULL) { in ehci_create_transfer_wrapper()3084 pp->pp_tw_head = tw; in ehci_create_transfer_wrapper()3436 if (pp->pp_tw_head == tw) { in ehci_deallocate_tw()3438 pp->pp_tw_head = NULL; in ehci_deallocate_tw()3441 pp->pp_tw_head = tw->tw_next; in ehci_deallocate_tw()3444 prev = pp->pp_tw_head; in ehci_deallocate_tw()3485 ehci_trans_wrapper_t *head_tw = pp->pp_tw_head; in ehci_free_dma_resources()3506 pp->pp_tw_head = NULL; in ehci_free_dma_resources()[all …]
598 tw = pp->pp_tw_head; in ehci_hcdi_polled_write()1594 tw = pp->pp_tw_head; in ehci_polled_insert_bulk_qtd()1944 next_tw = pp->pp_tw_head; in ehci_polled_traverse_qtds()2087 if (pp->pp_tw_head == NULL) { in ehci_polled_create_tw()2088 pp->pp_tw_head = tw; in ehci_polled_create_tw()
500 tw = pp->pp_tw_head; in ohci_hcdi_polled_write()802 next_tw = pp->pp_tw_head; in ohci_polled_fini()2096 tw = pp->pp_tw_head; in ohci_polled_insert_bulk_td()2198 if (pp->pp_tw_head == NULL) { in ohci_polled_create_tw()2199 pp->pp_tw_head = tw; in ohci_polled_create_tw()
5129 ASSERT((pp->pp_tw_head != NULL) && (pp->pp_tw_tail != NULL)); in ohci_start_periodic_pipe_polling()6518 ohci_trans_wrapper_t *head_tw = pp->pp_tw_head; in ohci_done_list_tds()6954 if (pp->pp_tw_head == NULL) { in ohci_create_transfer_wrapper()6955 pp->pp_tw_head = tw; in ohci_create_transfer_wrapper()7185 if (pp->pp_tw_head == NULL) { in ohci_create_isoc_transfer_wrapper()7186 pp->pp_tw_head = tw; in ohci_create_isoc_transfer_wrapper()7540 if (pp->pp_tw_head == tw) { in ohci_deallocate_tw_resources()7542 pp->pp_tw_head = NULL; in ohci_deallocate_tw_resources()7545 pp->pp_tw_head = tw->tw_next; in ohci_deallocate_tw_resources()7548 prev = pp->pp_tw_head; in ohci_deallocate_tw_resources()[all …]
1838 if (pp->pp_tw_head == NULL) { in uhci_create_transfer_wrapper()1839 pp->pp_tw_head = tw; in uhci_create_transfer_wrapper()2094 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; in uhci_modify_td_active_bits()2530 ASSERT(pp->pp_tw_head != NULL); in uhci_deallocate_tw()2535 head = pp->pp_tw_head; in uhci_deallocate_tw()2538 pp->pp_tw_head = head->tw_next; in uhci_deallocate_tw()2539 if (pp->pp_tw_head == NULL) { in uhci_deallocate_tw()2605 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; in uhci_remove_tds_tws()3946 if (pp->pp_tw_head == NULL) { in uhci_create_isoc_transfer_wrapper()3947 pp->pp_tw_head = tw; in uhci_create_isoc_transfer_wrapper()[all …]
291 struct uhci_trans_wrapper *pp_tw_head; /* Head of the list */ member
454 struct ohci_trans_wrapper *pp_tw_head; /* Head of the list */ member
439 struct ehci_trans_wrapper *pp_tw_head; /* Head of the list */ member