Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h125 uint_t ohci_flags; /* Used for cleanup */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c645 ohcip->ohci_flags = OHCI_ATTACH; in ohci_attach()
650 ohcip->ohci_flags |= OHCI_ZALLOC; in ohci_attach()
738 ohcip->ohci_flags |= OHCI_USBAREG; in ohci_attach()
757 ohcip->ohci_flags |= OHCI_RHREG; in ohci_attach()
765 ohcip->ohci_flags &= ~OHCI_ATTACH; in ohci_attach()
1312 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
1316 if ((!(ohcip->ohci_flags & OHCI_INTR)) && in ohci_register_intrs_and_init_mutex()
1332 ohcip->ohci_flags |= OHCI_INTR; in ohci_register_intrs_and_init_mutex()
2089 int flags = ohcip->ohci_flags; in ohci_cleanup()
11310 if (ohcip->ohci_flags & OHCI_INTR) { in ohci_quiesce()