Searched refs:tw_timeout_next (Results 1 – 4 of 4) sorted by relevance
3156 tw->tw_timeout_next = pp->pp_timeout_list; in ehci_start_xfer_timer()3266 next = tw->tw_timeout_next; in ehci_xfer_timeout_handler()3290 tw->tw_timeout_next = expire_xfer_list; in ehci_xfer_timeout_handler()3312 next = tw->tw_timeout_next; in ehci_xfer_timeout_handler()3352 pp->pp_timeout_list = tw->tw_timeout_next; in ehci_remove_tw_from_timeout_list()3354 tw->tw_timeout_next = NULL; in ehci_remove_tw_from_timeout_list()3357 next = prev->tw_timeout_next; in ehci_remove_tw_from_timeout_list()3361 next = next->tw_timeout_next; in ehci_remove_tw_from_timeout_list()3365 prev->tw_timeout_next = in ehci_remove_tw_from_timeout_list()3366 next->tw_timeout_next; in ehci_remove_tw_from_timeout_list()[all …]
618 struct ohci_trans_wrapper *tw_timeout_next; /* Xfer Timeout Q */ member
7274 tw->tw_timeout_next = ohcip->ohci_timeout_list; in ohci_start_xfer_timer()7386 next = tw->tw_timeout_next; in ohci_xfer_timeout_handler()7409 exp_xfer_list_tail->tw_timeout_next = tw; in ohci_xfer_timeout_handler()7414 tw->tw_timeout_next = NULL; in ohci_xfer_timeout_handler()7434 next = tw->tw_timeout_next; in ohci_xfer_timeout_handler()7475 ohcip->ohci_timeout_list = tw->tw_timeout_next; in ohci_remove_tw_from_timeout_list()7478 next = prev->tw_timeout_next; in ohci_remove_tw_from_timeout_list()7482 next = next->tw_timeout_next; in ohci_remove_tw_from_timeout_list()7486 prev->tw_timeout_next = next->tw_timeout_next; in ohci_remove_tw_from_timeout_list()7491 tw->tw_timeout_next = NULL; in ohci_remove_tw_from_timeout_list()
621 struct ehci_trans_wrapper *tw_timeout_next; /* Xfer Timeout Q */ member