XHCI_CTX_TYPE_INPUT
command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT,
if ((type != XHCI_CTX_TYPE_DEVICE) && (type != XHCI_CTX_TYPE_INPUT))
if (type == XHCI_CTX_TYPE_INPUT)
if (ctx->type != XHCI_CTX_TYPE_INPUT)
if (ctx->type == XHCI_CTX_TYPE_INPUT)
dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags);