Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_polled.h60 #define POLLED_INPUT_MODE_INUSE 0x04 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_polled.h60 #define POLLED_INPUT_MODE_INUSE 0x04 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcipolled.h47 #define POLLED_INPUT_MODE_INUSE 0x04 macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c162 uhci_polledp->uhci_polled_flags |= POLLED_INPUT_MODE_INUSE; in uhci_hcdi_polled_input_enter()
189 uhci_polledp->uhci_polled_flags &= ~POLLED_INPUT_MODE_INUSE; in uhci_hcdi_polled_input_exit()
583 if (uhci_polledp->uhci_polled_flags & POLLED_INPUT_MODE_INUSE) { in uhci_polled_save_state()
715 if (uhci_polledp->uhci_polled_flags & POLLED_INPUT_MODE_INUSE) { in uhci_polled_restore_state()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c298 ehci_polledp->ehci_polled_flags |= POLLED_INPUT_MODE_INUSE; in ehci_hcdi_polled_input_enter()
342 ehci_polledp->ehci_polled_flags &= ~POLLED_INPUT_MODE_INUSE; in ehci_hcdi_polled_input_exit()
971 if (ehci_polledp->ehci_polled_flags & POLLED_INPUT_MODE_INUSE) { in ehci_polled_save_state()
1186 if (ehci_polledp->ehci_polled_flags & POLLED_INPUT_MODE_INUSE) { in ehci_polled_restore_state()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c253 ohci_polledp->ohci_polled_flags |= POLLED_INPUT_MODE_INUSE; in ohci_hcdi_polled_input_enter()
280 ohci_polledp->ohci_polled_flags &= ~POLLED_INPUT_MODE_INUSE; in ohci_hcdi_polled_input_exit()
898 if (ohci_polledp->ohci_polled_flags & POLLED_INPUT_MODE_INUSE) { in ohci_polled_save_state()
1287 if (ohci_polledp->ohci_polled_flags & POLLED_INPUT_MODE_INUSE) { in ohci_polled_restore_state()