Home
last modified time | relevance | path

Searched refs:POLLED_INPUT_MODE (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_polled.h52 #define POLLED_INPUT_MODE 0x01 macro
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_polled.h52 #define POLLED_INPUT_MODE 0x01 macro
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcipolled.h46 #define POLLED_INPUT_MODE 0x01 macro
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c165 ehci_polledp->ehci_polled_flags |= POLLED_INPUT_MODE; in ehci_hcdi_polled_input_init()
216 ehci_polledp->ehci_polled_flags &= ~POLLED_INPUT_MODE; in ehci_hcdi_polled_input_fini()
881 if (ehci_polledp->ehci_polled_flags & POLLED_INPUT_MODE) { in ehci_polled_fini()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c154 ohci_polledp->ohci_polled_flags |= POLLED_INPUT_MODE; in ohci_hcdi_polled_input_init()
212 ohci_polledp->ohci_polled_flags &= ~POLLED_INPUT_MODE; in ohci_hcdi_polled_input_fini()
773 if (ohci_polledp->ohci_polled_flags & POLLED_INPUT_MODE) { in ohci_polled_fini()
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c99 uhci_polledp->uhci_polled_flags |= POLLED_INPUT_MODE; in uhci_hcdi_polled_input_init()