Lines Matching refs:in_ctx

992 	if (dev->in_ctx)  in xhci_free_virt_device()
993 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
1072 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
1073 if (!dev->in_ctx) in xhci_alloc_virt_device()
1077 (unsigned long long)dev->in_ctx->dma); in xhci_alloc_virt_device()
1109 if (dev->in_ctx) in xhci_alloc_virt_device()
1110 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_alloc_virt_device()
1126 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1185 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1186 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
1518 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init()
1613 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero()
1635 struct xhci_container_ctx *in_ctx, in xhci_update_bw_info() argument
1659 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i); in xhci_update_bw_info()
1693 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
1701 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); in xhci_endpoint_copy()
1719 struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
1725 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1859 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
1861 if (!command->in_ctx) { in xhci_alloc_command_with_ctx()
1878 command->in_ctx); in xhci_free_command()