Searched refs:xhci_alloc_container_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-mem.c | 460 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci, in xhci_alloc_container_ctx() function 989 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 997 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()
|
D | xhci-dbgcap.c | 400 dbc->ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_dbc_mem_init()
|
D | xhci.h | 2020 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,
|