Home
last modified time | relevance | path

Searched refs:XHCI_ENDPOINT_OPEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c89 VERIFY(xep->xep_state & XHCI_ENDPOINT_OPEN); in xhci_endpoint_release()
90 xep->xep_state &= ~XHCI_ENDPOINT_OPEN; in xhci_endpoint_release()
108 VERIFY(!(xep->xep_state & XHCI_ENDPOINT_OPEN)); in xhci_endpoint_fini()
697 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_init()
718 if (xep->xep_state & XHCI_ENDPOINT_OPEN) { in xhci_endpoint_reinit()
742 xep->xep_state |= XHCI_ENDPOINT_OPEN; in xhci_endpoint_reinit()
H A Dxhci_usba.c147 (xep->xep_state & XHCI_ENDPOINT_OPEN)) { in xhci_hcdi_pipe_open()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h513 XHCI_ENDPOINT_OPEN = 0x40, enumerator