Home
last modified time | relevance | path

Searched refs:ohci_timeout_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h215 struct ohci_trans_wrapper *ohci_timeout_list; /* Timeout List */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c7253 if (ohcip->ohci_timeout_list) { in ohci_start_xfer_timer()
7254 tw->tw_timeout_next = ohcip->ohci_timeout_list; in ohci_start_xfer_timer()
7257 ohcip->ohci_timeout_list = tw; in ohci_start_xfer_timer()
7286 if (ohcip->ohci_timeout_list == NULL) { in ohci_stop_xfer_timer()
7299 if ((ohcip->ohci_timeout_list == NULL) && in ohci_stop_xfer_timer()
7357 tw = ohcip->ohci_timeout_list; in ohci_xfer_timeout_handler()
7454 if (ohcip->ohci_timeout_list == tw) { in ohci_remove_tw_from_timeout_list()
7455 ohcip->ohci_timeout_list = tw->tw_timeout_next; in ohci_remove_tw_from_timeout_list()
7457 prev = ohcip->ohci_timeout_list; in ohci_remove_tw_from_timeout_list()
7493 if ((!ohcip->ohci_timer_id) && (ohcip->ohci_timeout_list)) { in ohci_start_timer()