| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | xhci-trace.h | 178 __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,
|
| D | xhci.c | 1427 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 …]
|
| D | xhci-debugfs.c | 267 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()
|
| D | xhci-mem.c | 939 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 …]
|
| D | xhci-ring.c | 541 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 …]
|
| D | xhci.h | 1018 struct xhci_container_ctx *out_ctx; member 2025 struct xhci_container_ctx *out_ctx, 2029 struct xhci_container_ctx *out_ctx);
|
| D | xhci-hub.c | 414 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
|
| /kernel/linux/linux-5.10/drivers/tee/optee/ |
| D | device.c | 117 goto out_ctx; in __optee_enumerate_devices() 155 out_ctx: in __optee_enumerate_devices()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_object_blt.c | 172 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()
|
| D | i915_gem_client_blt.c | 187 goto out_ctx; in clear_pages_worker() 232 out_ctx: in clear_pages_worker()
|
| /kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
| D | tee_bnxt_fw.c | 209 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/ |
| D | optee-rng.c | 238 goto out_ctx; in optee_rng_probe() 258 out_ctx: in optee_rng_probe()
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4file.c | 382 goto out_ctx; in __nfs42_ssc_open() 406 out_ctx: in __nfs42_ssc_open()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_client_modeset.c | 986 goto out_ctx; in drm_client_modeset_commit_atomic() 1049 out_ctx: in drm_client_modeset_commit_atomic()
|
| D | drm_fb_helper.c | 1017 goto out_ctx; in setcmap_atomic() 1069 out_ctx: in setcmap_atomic()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | selftest_workarounds.c | 311 goto out_ctx; in check_whitelist_across_reset() 357 out_ctx: in check_whitelist_across_reset()
|
| D | selftest_lrc.c | 162 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/ |
| D | auth_gss.c | 2100 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/ |
| D | file.c | 720 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/ |
| D | main.c | 1871 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()
|