Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c644 ohcip->ohci_flags = OHCI_ATTACH; in ohci_attach()
649 ohcip->ohci_flags |= OHCI_ZALLOC; in ohci_attach()
737 ohcip->ohci_flags |= OHCI_USBAREG; in ohci_attach()
756 ohcip->ohci_flags |= OHCI_RHREG; in ohci_attach()
764 ohcip->ohci_flags &= ~OHCI_ATTACH; in ohci_attach()
1297 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
1301 if ((!(ohcip->ohci_flags & OHCI_INTR)) && in ohci_register_intrs_and_init_mutex()
1317 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
2073 int flags = ohcip->ohci_flags; in ohci_cleanup()
11286 if (ohcip->ohci_flags & OHCI_INTR) { in ohci_quiesce()