Lines Matching refs:in_ctx

452 	struct xhci_container_ctx *in_ctx;  in xhci_configure_endpoints()  local
458 in_ctx = virt_dev->in_ctx; in xhci_configure_endpoints()
460 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()
461 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints()
495 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
520 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
525 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
541 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
542 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
546 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
574 ep_ctx[ep_index] = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_set_configuration()
647 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
775 struct xhci_container_ctx *in_ctx; in xhci_check_maxpacket() local
796 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
798 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
799 ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_check_maxpacket()
809 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_check_maxpacket()
1423 struct xhci_container_ctx *in_ctx; in xhci_update_hub_device() local
1438 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device()
1440 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_update_hub_device()
1448 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()
1449 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_update_hub_device()