Lines Matching refs:virt_dev
452 struct xhci_virt_device *virt_dev; in xhci_configure_endpoints() local
456 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints()
457 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
506 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration() local
515 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
516 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
573 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
574 if (!virt_dev->eps[ep_index].ring) in xhci_set_configuration()
599 virt_dev->eps[ep_index].ring->enqueue; in xhci_set_configuration()
601 virt_dev->eps[ep_index].ring->cycle_state); in xhci_set_configuration()
630 struct xhci_virt_device *virt_dev; in xhci_address_device() local
634 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
643 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
687 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
688 virt_dev->out_ctx->size); in xhci_address_device()
689 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()
1405 struct xhci_virt_device *virt_dev; in xhci_update_hub_device() local
1419 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()
1420 BUG_ON(!virt_dev); in xhci_update_hub_device()
1422 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()
1423 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device()