Searched refs:xhci_alloc_container_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-mem.c464 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci, function
969 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags);
976 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags);
1747 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT,
H A Dxhci.h1831 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,

Completed in 125 milliseconds