Lines Matching refs:out_ctx
492 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local
515 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
534 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
537 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
542 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
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()
766 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
773 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
774 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_check_maxpacket()
776 ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_check_maxpacket()
787 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1407 struct xhci_container_ctx *out_ctx; in xhci_update_hub_device() local
1422 out_ctx = virt_dev->out_ctx; in xhci_update_hub_device()
1430 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_update_hub_device()
1433 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()