Searched refs:virt_dev (Results 1 – 3 of 3) sorted by relevance
141 struct xhci_virt_device *virt_dev; in xhci_free_virt_devices() local148 virt_dev = ctrl->devs[slot_id]; in xhci_free_virt_devices()149 if (!virt_dev) in xhci_free_virt_devices()155 if (virt_dev->eps[i].ring) in xhci_free_virt_devices()158 if (virt_dev->in_ctx) in xhci_free_virt_devices()160 if (virt_dev->out_ctx) in xhci_free_virt_devices()163 free(virt_dev); in xhci_free_virt_devices()471 virt_dev = ctrl->devs[slot_id]; in xhci_alloc_virt_device()476 if (!virt_dev->out_ctx) { in xhci_alloc_virt_device()484 if (!virt_dev->in_ctx) { in xhci_alloc_virt_device()[all …]
486 struct xhci_virt_device *virt_dev; in xhci_configure_endpoints() local491 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()549 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()550 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()672 struct xhci_virt_device *virt_dev; in xhci_address_device() local676 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()730 virt_dev->out_ctx->size); in xhci_address_device()1463 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()1464 BUG_ON(!virt_dev); in xhci_update_hub_device()1466 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()[all …]
574 struct xhci_virt_device *virt_dev; in xhci_bulk_tx() local594 virt_dev = ctrl->devs[slot_id]; in xhci_bulk_tx()596 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx()597 virt_dev->out_ctx->size); in xhci_bulk_tx()599 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_bulk_tx()601 ring = virt_dev->eps[ep_index].ring; in xhci_bulk_tx()773 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_ctrl_tx() local786 ep_ring = virt_dev->eps[ep_index].ring; in xhci_ctrl_tx()798 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx()799 virt_dev->out_ctx->size); in xhci_ctrl_tx()[all …]
Completed in 13 milliseconds