Lines Matching refs:in_ctx
958 if (dev->in_ctx) in xhci_free_virt_device()
959 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
993 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
994 if (!dev->in_ctx) in xhci_alloc_virt_device()
998 (unsigned long long)dev->in_ctx->dma); in xhci_alloc_virt_device()
1044 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1104 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1105 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
1415 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init()
1522 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero()
1544 struct xhci_container_ctx *in_ctx, in xhci_update_bw_info() argument
1568 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i); in xhci_update_bw_info()
1602 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
1610 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); in xhci_endpoint_copy()
1624 struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
1630 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1747 command->in_ctx = in xhci_alloc_command()
1750 if (!command->in_ctx) { in xhci_alloc_command()
1760 xhci_free_container_ctx(xhci, command->in_ctx); in xhci_alloc_command()
1784 command->in_ctx); in xhci_free_command()