Lines Matching refs:ctrl_ctx
493 struct xhci_input_control_ctx *ctrl_ctx; in xhci_set_configuration() local
521 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_set_configuration()
523 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_set_configuration()
524 ctrl_ctx->drop_flags = 0; in xhci_set_configuration()
529 ctrl_ctx->add_flags |= cpu_to_le32(1 << (ep_flag + 1)); in xhci_set_configuration()
629 struct xhci_input_control_ctx *ctrl_ctx; in xhci_address_device() local
643 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_address_device()
644 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device()
645 ctrl_ctx->drop_flags = 0; in xhci_address_device()
647 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device()
767 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_maxpacket() local
799 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_check_maxpacket()
800 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket()
801 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1406 struct xhci_input_control_ctx *ctrl_ctx; in xhci_update_hub_device() local
1425 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_update_hub_device()
1427 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_update_hub_device()
1428 ctrl_ctx->drop_flags = 0; in xhci_update_hub_device()