Home
last modified time | relevance | path

Searched refs:xhci_alloc_container_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c416 *xhci_alloc_container_ctx(struct xhci_ctrl *ctrl, int type) in xhci_alloc_container_ctx() function
465 virt_dev->out_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
473 virt_dev->in_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c460 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()
1747 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
H A Dxhci.h2121 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci,