Searched refs:out_ctx (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-trace.h | 179 __field(unsigned long long, out_ctx) 189 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 195 __entry->vdev, __entry->in_ctx, __entry->out_ctx, 210 __field(unsigned long long, out_ctx) 222 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 231 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
|
D | xhci.c | 1337 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local 1345 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket() 1346 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket() 1380 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket() 1682 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1706 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 1715 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint() 2926 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument 2932 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep() 2955 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_setup_input_ctx_for_quirk() [all …]
|
D | xhci-debugfs.c | 264 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_slot_context_show() 265 seq_printf(s, "%pad: %s\n", &dev->out_ctx->dma, in xhci_slot_context_show() 286 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, dci); in xhci_endpoint_context_show() 287 dma = dev->out_ctx->dma + dci * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
|
D | xhci-mem.c | 921 if (dev->out_ctx) in xhci_free_virt_device() 922 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device() 989 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 990 if (!dev->out_ctx) in xhci_alloc_virt_device() 994 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device() 1019 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1034 if (dev->out_ctx) in xhci_alloc_virt_device() 1035 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device() 1603 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument 1609 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy() [all …]
|
D | xhci-ring.c | 492 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq() 713 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep() 1048 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_handle_cmd_set_deq() 1049 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_handle_cmd_set_deq() 1128 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep() 1178 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot() 1217 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep() 1250 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev() 1261 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev() 1864 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td() [all …]
|
D | xhci.h | 997 struct xhci_container_ctx *out_ctx; member 1971 struct xhci_container_ctx *out_ctx, 1975 struct xhci_container_ctx *out_ctx);
|
D | xhci-hub.c | 404 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 382 goto out_ctx; in restore_fbdev_mode_atomic() 436 out_ctx: in restore_fbdev_mode_atomic() 1418 goto out_ctx; in setcmap_atomic() 1470 out_ctx: in setcmap_atomic()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem.c | 5367 goto out_ctx; in __intel_engines_record_defaults() 5435 out_ctx: in __intel_engines_record_defaults() 5448 goto out_ctx; in __intel_engines_record_defaults() 5453 goto out_ctx; in __intel_engines_record_defaults() 5456 goto out_ctx; in __intel_engines_record_defaults()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 1703 goto out_ctx; in mlx5_ib_alloc_ucontext() 1711 goto out_ctx; in mlx5_ib_alloc_ucontext() 1846 out_ctx: in mlx5_ib_alloc_ucontext()
|