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