Lines Matching refs:in_ctx

893 	if (dev->in_ctx)  in xhci_free_virt_device()
894 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
972 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
973 if (!dev->in_ctx) in xhci_alloc_virt_device()
976 xhci_dbg(xhci, "Slot %d input ctx = 0x%pad (dma)\n", slot_id, &dev->in_ctx->dma); in xhci_alloc_virt_device()
1008 if (dev->in_ctx) in xhci_alloc_virt_device()
1009 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_alloc_virt_device()
1025 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1084 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1085 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
1414 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init()
1501 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero()
1523 struct xhci_container_ctx *in_ctx, in xhci_update_bw_info() argument
1547 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i); in xhci_update_bw_info()
1581 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
1589 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); in xhci_endpoint_copy()
1607 struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
1613 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1747 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
1749 if (!command->in_ctx) { in xhci_alloc_command_with_ctx()
1766 command->in_ctx); in xhci_free_command()