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()
492 struct xhci_container_ctx *in_ctx; in xhci_set_configuration() local
517 in_ctx = virt_dev->in_ctx; in xhci_set_configuration()
522 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
538 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
539 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_set_configuration()
543 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
571 ep_ctx[ep_index] = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_set_configuration()
644 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
766 struct xhci_container_ctx *in_ctx; in xhci_check_maxpacket() local
787 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
789 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
790 ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_check_maxpacket()
800 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_check_maxpacket()
1414 struct xhci_container_ctx *in_ctx; in xhci_update_hub_device() local
1429 in_ctx = virt_dev->in_ctx; in xhci_update_hub_device()
1431 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_update_hub_device()
1439 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_update_hub_device()
1440 slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_update_hub_device()