Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c319 if (xhci_polledp->xhci_polled_entry > 0) { in xhci_hcdi_console_input_enter()
320 xhci_polledp->xhci_polled_entry++; in xhci_hcdi_console_input_enter()
349 xhci_polledp->xhci_polled_entry++; in xhci_hcdi_console_input_enter()
417 VERIFY(xhci_polledp->xhci_polled_entry > 0); in xhci_hcdi_console_input_exit()
418 xhci_polledp->xhci_polled_entry--; in xhci_hcdi_console_input_exit()
419 if (xhci_polledp->xhci_polled_entry > 0) { in xhci_hcdi_console_input_exit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h713 uint_t xhci_polled_entry; member