Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c121 if (epid == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_open()
530 if (xp->xp_ep != NULL && xp->xp_ep->xep_num == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_close()
1747 xep = xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT]; in xhci_hcdi_device_fini()
1815 VERIFY3P(xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT], !=, NULL); in xhci_hcdi_device_address()
1816 xep = xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT]; in xhci_hcdi_device_address()
H A Dxhci_endpoint.c83 VERIFY3U(xep->xep_num, !=, XHCI_DEFAULT_ENDPOINT); in xhci_endpoint_release()
107 if (endpoint != XHCI_DEFAULT_ENDPOINT) { in xhci_endpoint_fini()
649 epid = XHCI_DEFAULT_ENDPOINT; in xhci_endpoint_init()
708 VERIFY3U(xep->xep_num, !=, XHCI_DEFAULT_ENDPOINT); in xhci_endpoint_reinit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h392 #define XHCI_DEFAULT_ENDPOINT 0 macro