Searched refs:td_head (Results 1 – 1 of 1) sorted by relevance
2092 uhci_td_t *td_head; in uhci_modify_td_active_bits() local2101 td_head = tw_head->tw_hctd_head; in uhci_modify_td_active_bits()2103 while (td_head) { in uhci_modify_td_active_bits()2105 SetTD_status(uhcip, td_head, in uhci_modify_td_active_bits()2106 GetTD_status(uhcip, td_head) & TD_INACTIVE); in uhci_modify_td_active_bits()2108 SetTD32(uhcip, td_head->link_ptr, in uhci_modify_td_active_bits()2109 GetTD32(uhcip, td_head->link_ptr) | in uhci_modify_td_active_bits()2113 td_head = td_head->tw_td_next; in uhci_modify_td_active_bits()3269 uhci_td_t *bulk_td_ptr, *current_dummy, *td_head; in uhci_handle_bulk_td() local3443 td_head = tw->tw_hctd_head; in uhci_handle_bulk_td()[all …]