Home
last modified time | relevance | path

Searched refs:XHCI_CTX_TYPE_INPUT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-mem.c458 if ((type != XHCI_CTX_TYPE_DEVICE) && (type != XHCI_CTX_TYPE_INPUT)) in xhci_alloc_container_ctx()
467 if (type == XHCI_CTX_TYPE_INPUT) in xhci_alloc_container_ctx()
519 if (ctx->type != XHCI_CTX_TYPE_INPUT) in xhci_get_input_control_ctx()
541 if (ctx->type == XHCI_CTX_TYPE_INPUT) in xhci_get_ep_ctx()
994 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
1767 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
H A Dxhci.h323 #define XHCI_CTX_TYPE_INPUT 0x2 macro