Searched refs:xhci_usba (Results 1 – 6 of 6) sorted by relevance
239 bcopy(&xhcip->xhci_usba.xa_hub_descr, ucrp->ctrl_data->b_wptr, len); in xhci_root_hub_get_descriptor()643 if (xhcip->xhci_usba.xa_intr_cb_req == NULL) { in xhci_root_hub_psc_callback()648 ASSERT(xhcip->xhci_usba.xa_intr_cb_ph != NULL); in xhci_root_hub_psc_callback()649 req = xhcip->xhci_usba.xa_intr_cb_req; in xhci_root_hub_psc_callback()650 ph = xhcip->xhci_usba.xa_intr_cb_ph; in xhci_root_hub_psc_callback()654 new = xhcip->xhci_usba.xa_intr_cb_req; in xhci_root_hub_psc_callback()655 xhcip->xhci_usba.xa_intr_cb_req = NULL; in xhci_root_hub_psc_callback()688 ph = xhcip->xhci_usba.xa_intr_cb_ph; in xhci_root_hub_intr_root_disable()689 xhcip->xhci_usba.xa_intr_cb_ph = NULL; in xhci_root_hub_intr_root_disable()696 uirp = xhcip->xhci_usba.xa_intr_cb_req; in xhci_root_hub_intr_root_disable()[all …]
288 list_insert_tail(&xhcip->xhci_usba.xa_pipes, pipe); in xhci_hcdi_pipe_open()503 xhcip->xhci_usba.xa_intr_cb_ph != NULL) { in xhci_hcdi_pipe_close()574 list_remove(&xhcip->xhci_usba.xa_pipes, xp); in xhci_hcdi_pipe_close()1718 list_insert_tail(&xhcip->xhci_usba.xa_devices, xd); in xhci_hcdi_device_init()1784 list_remove(&xhcip->xhci_usba.xa_devices, xd); in xhci_hcdi_device_fini()1887 usba_free_hcdi_ops(xhcip->xhci_usba.xa_ops); in xhci_hcd_fini()1888 list_destroy(&xhcip->xhci_usba.xa_pipes); in xhci_hcd_fini()1889 list_destroy(&xhcip->xhci_usba.xa_devices); in xhci_hcd_fini()1948 xhci_dma_dma_attr(xhcip, &xhcip->xhci_usba.xa_dma_attr); in xhci_hcd_init()1949 hreg.usba_hcdi_register_dma_attr = &xhcip->xhci_usba.xa_dma_attr; in xhci_hcd_init()[all …]
1312 for (xd = list_head(&xhcip->xhci_usba.xa_devices); xd != NULL; in xhci_device_lookup_by_slot()1313 xd = list_next(&xhcip->xhci_usba.xa_devices, xd)) { in xhci_device_lookup_by_slot()
610 typedef struct xhci_usba { struct666 xhci_usba_t xhci_usba; member
529 addr += offsetof(xhci_t, xhci_usba); in xhci_mdb_walk_xhci_device_init()
1814 xhci_ring.o xhci_command.o xhci_event.o xhci_usba.o \