Searched refs:XHCI_CTX_TYPE_DEVICE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dxhci.h322 #define XHCI_CTX_TYPE_DEVICE 0x1 macro
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);

Completed in 261 milliseconds