Lines Matching refs:in_ctx
451 struct xhci_container_ctx *in_ctx; in xhci_configure_endpoints() local
457 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
459 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()
460 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
491 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
516 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
521 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
537 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
538 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
542 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
570 ep_ctx[ep_index] = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_set_configuration()
643 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
765 struct xhci_container_ctx *in_ctx; in xhci_check_maxpacket() local
786 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
788 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
789 ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_check_maxpacket()
799 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_check_maxpacket()
1408 struct xhci_container_ctx *in_ctx; in xhci_update_hub_device() local
1423 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device()
1425 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_update_hub_device()
1433 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()
1434 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_update_hub_device()