Searched refs:ohci_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h125 uint_t ohci_flags; /* Used for cleanup */ member in struct:ohci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c645 ohcip->ohci_flags = OHCI_ATTACH;
650 ohcip->ohci_flags |= OHCI_ZALLOC;
738 ohcip->ohci_flags |= OHCI_USBAREG;
757 ohcip->ohci_flags |= OHCI_RHREG;
765 ohcip->ohci_flags &= ~OHCI_ATTACH;
1312 ohcip->ohci_flags |= OHCI_INTR;
1316 if ((!(ohcip->ohci_flags & OHCI_INTR)) &&
1332 ohcip->ohci_flags |= OHCI_INTR;
2089 int flags = ohcip->ohci_flags;
11310 if (ohcip->ohci_flags
[all...]

Completed in 61 milliseconds