Lines Matching refs:virt_dev
453 struct xhci_virt_device *virt_dev; in xhci_configure_endpoints() local
457 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints()
458 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
510 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration() local
519 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
520 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
577 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
578 if (!virt_dev->eps[ep_index].ring) in xhci_set_configuration()
603 virt_dev->eps[ep_index].ring->enqueue; in xhci_set_configuration()
605 virt_dev->eps[ep_index].ring->cycle_state); in xhci_set_configuration()
634 struct xhci_virt_device *virt_dev; in xhci_address_device() local
638 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
647 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
694 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
695 virt_dev->out_ctx->size); in xhci_address_device()
696 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()
1420 struct xhci_virt_device *virt_dev; in xhci_update_hub_device() local
1434 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()
1435 BUG_ON(!virt_dev); in xhci_update_hub_device()
1437 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()
1438 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device()