Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c95 xhci_polledp->xhci_polled_endpoint = xep; in xhci_polled_init()
228 if (xep != xhci_polledp->xhci_polled_endpoint || in xhci_polled_event_process()
311 xep = xhci_polledp->xhci_polled_endpoint; in xhci_hcdi_console_input_enter()
343 if (xhci_polledp->xhci_polled_endpoint->xep_type != USB_EP_ATTR_INTR) { in xhci_hcdi_console_input_enter()
414 xep = xhci_polledp->xhci_polled_endpoint; in xhci_hcdi_console_input_exit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h692 xhci_endpoint_t *xhci_polled_endpoint; member