Home
last modified time | relevance | path

Searched refs:xd_endpoints (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c122 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()
146 if ((xep = xd->xd_endpoints[epid]) != NULL && in xhci_hcdi_pipe_open()
240 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_open()
393 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_poll_fini()
400 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_poll_fini()
525 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_close()
532 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_close()
615 if (xd->xd_endpoints[epid] == NULL) { in xhci_hcdi_pipe_reset()
623 xep = xd->xd_endpoints[epid]; in xhci_hcdi_pipe_reset()
748 if (xd->xd_endpoints[ep] == NULL) { in xhci_hcdi_pipe_ctrl_xfer()
[all …]
H A Dxhci_endpoint.c102 xhci_endpoint_t *xep = xd->xd_endpoints[endpoint]; in xhci_endpoint_fini()
105 xd->xd_endpoints[endpoint] = NULL; in xhci_endpoint_fini()
654 VERIFY(xd->xd_endpoints[epid] == NULL); in xhci_endpoint_init()
686 xd->xd_endpoints[epid] = xep; in xhci_endpoint_init()
1592 xep = xd->xd_endpoints[endpoint - 1]; in xhci_endpoint_transfer_callback()
H A Dxhci_polled.c118 return (xd->xd_endpoints[endpoint - 1]); in xhci_polled_get_endpoint()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c587 addr = (uintptr_t)xm->xmwe_device.xd_endpoints[xm->xmwe_ep]; in xhci_mdb_walk_xhci_endpoint_step()
593 xm->xmwe_device.xd_endpoints[xm->xmwe_ep]); in xhci_mdb_walk_xhci_endpoint_step()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h584 xhci_endpoint_t *xd_endpoints[XHCI_NUM_ENDPOINTS]; member