Searched refs:XHCI_CTX_TYPE_DEVICE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-mem.c470 if ((type != XHCI_CTX_TYPE_DEVICE) && (type != XHCI_CTX_TYPE_INPUT))
511 if (ctx->type == XHCI_CTX_TYPE_DEVICE)
969 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
H A Dxhci.h322 #define XHCI_CTX_TYPE_DEVICE 0x1 macro

Completed in 214 milliseconds