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 in struct:ohci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c7273 if (ohcip->ohci_timeout_list) {
7274 tw->tw_timeout_next = ohcip->ohci_timeout_list;
7277 ohcip->ohci_timeout_list = tw;
7306 if (ohcip->ohci_timeout_list == NULL) {
7319 if ((ohcip->ohci_timeout_list == NULL) &&
7377 tw = ohcip->ohci_timeout_list;
7474 if (ohcip->ohci_timeout_list == tw) {
7475 ohcip->ohci_timeout_list = tw->tw_timeout_next;
7477 prev = ohcip->ohci_timeout_list;
7513 if ((!ohcip->ohci_timer_id) && (ohcip->ohci_timeout_list)) {
[all...]

Completed in 86 milliseconds