Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c50 xhci_polledp->xhci_polled_persistent_error == USB_SUCCESS) { in xhci_polled_set_persistent_error()
51 xhci_polledp->xhci_polled_persistent_error = error; in xhci_polled_set_persistent_error()
348 xhci_polledp->xhci_polled_persistent_error = USB_SUCCESS; in xhci_hcdi_console_input_enter()
372 if (xhci_polledp->xhci_polled_persistent_error != USB_SUCCESS) in xhci_hcdi_console_read()
373 return (xhci_polledp->xhci_polled_persistent_error); in xhci_hcdi_console_read()
433 if (xhci_polledp->xhci_polled_persistent_error != USB_SUCCESS) { in xhci_hcdi_console_input_exit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h719 int xhci_polled_persistent_error; member