Lines Matching refs:out_ctx
493 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local
516 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
535 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
538 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
543 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
688 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
689 virt_dev->out_ctx->size); in xhci_address_device()
690 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()
767 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
774 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
775 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket()
777 ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_check_maxpacket()
788 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1413 struct xhci_container_ctx *out_ctx; in xhci_update_hub_device() local
1428 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()
1436 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
1439 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()