Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-trace.h178 __field(unsigned long long, out_ctx)
188 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
194 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
209 __field(unsigned long long, out_ctx)
221 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma;
230 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
Dxhci.c1427 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
1435 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1436 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1470 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1779 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1803 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1812 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint()
3028 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument
3034 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep()
3057 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_setup_input_ctx_for_quirk()
[all …]
Dxhci-debugfs.c267 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_slot_context_show()
268 seq_printf(s, "%pad: %s\n", &dev->out_ctx->dma, in xhci_slot_context_show()
291 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_endpoint_context_show()
292 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
Dxhci-mem.c939 if (dev->out_ctx) in xhci_free_virt_device()
940 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device()
1009 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device()
1010 if (!dev->out_ctx) in xhci_alloc_virt_device()
1014 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device()
1041 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1056 if (dev->out_ctx) in xhci_alloc_virt_device()
1057 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device()
1631 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
1637 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
[all …]
Dxhci-ring.c541 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq()
910 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep()
1254 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_handle_cmd_set_deq()
1255 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_handle_cmd_set_deq()
1339 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep()
1393 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1431 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep()
1464 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1475 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
2073 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index); in finish_td()
[all …]
Dxhci.h1018 struct xhci_container_ctx *out_ctx; member
2025 struct xhci_container_ctx *out_ctx,
2029 struct xhci_container_ctx *out_ctx);
Dxhci-hub.c414 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
/kernel/linux/linux-5.10/drivers/tee/optee/
Ddevice.c117 goto out_ctx; in __optee_enumerate_devices()
155 out_ctx: in __optee_enumerate_devices()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_object_blt.c172 goto out_ctx; in i915_gem_object_fill_blt()
213 out_ctx: in i915_gem_object_fill_blt()
382 goto out_ctx; in i915_gem_object_copy_blt()
439 out_ctx: in i915_gem_object_copy_blt()
Di915_gem_client_blt.c187 goto out_ctx; in clear_pages_worker()
232 out_ctx: in clear_pages_worker()
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
Dtee_bnxt_fw.c209 goto out_ctx; in tee_bnxt_fw_probe()
228 out_ctx: in tee_bnxt_fw_probe()
/kernel/linux/linux-5.10/drivers/char/hw_random/
Doptee-rng.c238 goto out_ctx; in optee_rng_probe()
258 out_ctx: in optee_rng_probe()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4file.c382 goto out_ctx; in __nfs42_ssc_open()
406 out_ctx: in __nfs42_ssc_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_client_modeset.c986 goto out_ctx; in drm_client_modeset_commit_atomic()
1049 out_ctx: in drm_client_modeset_commit_atomic()
Ddrm_fb_helper.c1017 goto out_ctx; in setcmap_atomic()
1069 out_ctx: in setcmap_atomic()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c311 goto out_ctx; in check_whitelist_across_reset()
357 out_ctx: in check_whitelist_across_reset()
Dselftest_lrc.c162 goto out_ctx; in live_sanitycheck()
171 goto out_ctx; in live_sanitycheck()
177 goto out_ctx; in live_sanitycheck()
180 out_ctx: in live_sanitycheck()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dauth_gss.c2100 goto out_ctx; in gss_xmit_need_reencode()
2109 goto out_ctx; in gss_xmit_need_reencode()
2117 out_ctx: in gss_xmit_need_reencode()
/kernel/linux/linux-5.10/fs/ceph/
Dfile.c720 goto out_ctx; in ceph_atomic_open()
734 goto out_ctx; in ceph_atomic_open()
813 out_ctx: in ceph_atomic_open()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmain.c1871 goto out_ctx; in mlx5_ib_alloc_ucontext()
1879 goto out_ctx; in mlx5_ib_alloc_ucontext()
1953 out_ctx: in mlx5_ib_alloc_ucontext()