Lines Matching refs:in_ctx

891 	if (dev->in_ctx)  in xhci_free_virt_device()
892 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_free_virt_device()
971 dev->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, flags); in xhci_alloc_virt_device()
972 if (!dev->in_ctx) in xhci_alloc_virt_device()
975 xhci_dbg(xhci, "Slot %d input ctx = 0x%pad (dma)\n", slot_id, &dev->in_ctx->dma); in xhci_alloc_virt_device()
1007 if (dev->in_ctx) in xhci_alloc_virt_device()
1008 xhci_free_container_ctx(xhci, dev->in_ctx); in xhci_alloc_virt_device()
1024 ep0_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, 0); in xhci_copy_ep0_dequeue_into_input_ctx()
1082 ep0_ctx = xhci_get_ep_ctx(xhci, dev->in_ctx, 0); in xhci_setup_addressable_virt_dev()
1083 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); in xhci_setup_addressable_virt_dev()
1409 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_init()
1496 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); in xhci_endpoint_zero()
1518 struct xhci_container_ctx *in_ctx, in xhci_update_bw_info() argument
1542 ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, i); in xhci_update_bw_info()
1576 struct xhci_container_ctx *in_ctx, in xhci_endpoint_copy() argument
1584 in_ep_ctx = xhci_get_ep_ctx(xhci, in_ctx, ep_index); in xhci_endpoint_copy()
1602 struct xhci_container_ctx *in_ctx, in xhci_slot_copy() argument
1608 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1742 command->in_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_INPUT, in xhci_alloc_command_with_ctx()
1744 if (!command->in_ctx) { in xhci_alloc_command_with_ctx()
1761 command->in_ctx); in xhci_free_command()