xhci_alloc_container_ctx  399 drivers/usb/host/xhci-dbgcap.c 	dbc->ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
xhci_alloc_container_ctx  989 drivers/usb/host/xhci-mem.c 	dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
xhci_alloc_container_ctx  997 drivers/usb/host/xhci-mem.c 	dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags);
xhci_alloc_container_ctx 1773 drivers/usb/host/xhci-mem.c 	command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT,
xhci_alloc_container_ctx 2048 drivers/usb/host/xhci.h struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,