Lines Matching refs:out_ctx
496 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local
519 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
538 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
541 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
546 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
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()
776 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
783 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
784 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket()
786 ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_check_maxpacket()
797 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1422 struct xhci_container_ctx *out_ctx; in xhci_update_hub_device() local
1437 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()
1445 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
1448 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()