XHCI_CTX_TYPE_DEVICE  399 drivers/usb/host/xhci-dbgcap.c 	dbc->ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
XHCI_CTX_TYPE_DEVICE  466 drivers/usb/host/xhci-mem.c 	if ((type != XHCI_CTX_TYPE_DEVICE) && (type != XHCI_CTX_TYPE_INPUT))
XHCI_CTX_TYPE_DEVICE  507 drivers/usb/host/xhci-mem.c 	if (ctx->type == XHCI_CTX_TYPE_DEVICE)
XHCI_CTX_TYPE_DEVICE  989 drivers/usb/host/xhci-mem.c 	dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);