Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c321 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_enter()
351 ASSERT(!(xep->xep_state & XHCI_ENDPOINT_POLLED)); in xhci_hcdi_console_input_enter()
352 xep->xep_state |= XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_enter()
415 ASSERT(xep->xep_state & XHCI_ENDPOINT_POLLED); in xhci_hcdi_console_input_exit()
424 xep->xep_state &= ~XHCI_ENDPOINT_POLLED; in xhci_hcdi_console_input_exit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h509 XHCI_ENDPOINT_POLLED = 0x20, enumerator