Searched refs:XHCI_DEFAULT_ENDPOINT (Results 1 – 3 of 3) sorted by relevance
121 if (epid == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_open()534 if (xp->xp_ep != NULL && xp->xp_ep->xep_num == XHCI_DEFAULT_ENDPOINT) { in xhci_hcdi_pipe_close()1751 xep = xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT]; in xhci_hcdi_device_fini()1819 VERIFY3P(xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT], !=, NULL); in xhci_hcdi_device_address()1820 xep = xd->xd_endpoints[XHCI_DEFAULT_ENDPOINT]; in xhci_hcdi_device_address()
83 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()
398 #define XHCI_DEFAULT_ENDPOINT 0 macro