Searched refs:xhci_alloc_container_ctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 469 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci, in xhci_alloc_container_ctx() function 1009 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 1017 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device() 1795 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
|
H A D | xhci.h | 2081 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 460 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci, in xhci_alloc_container_ctx() function 965 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 972 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device() 1745 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
|
H A D | xhci.h | 2115 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,
|
Completed in 17 milliseconds