| /Linux-v5.10/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 | 1390 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local 1398 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket() 1399 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket() 1433 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket() 1739 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1763 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 1772 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint() 2988 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument 2994 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep() 3017 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_setup_input_ctx_for_quirk() [all …]
|
| D | xhci-debugfs.c | 265 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_slot_context_show() 266 seq_printf(s, "%pad: %s\n", &dev->out_ctx->dma, in xhci_slot_context_show() 287 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_endpoint_context_show() 288 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
|
| D | xhci-mem.c | 930 if (dev->out_ctx) in xhci_free_virt_device() 931 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device() 998 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 999 if (!dev->out_ctx) in xhci_alloc_virt_device() 1003 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device() 1028 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1043 if (dev->out_ctx) in xhci_alloc_virt_device() 1044 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device() 1618 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument 1624 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy() [all …]
|
| D | xhci-ring.c | 505 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq() 746 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep() 1085 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_handle_cmd_set_deq() 1086 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_handle_cmd_set_deq() 1165 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep() 1219 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot() 1258 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep() 1291 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev() 1302 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev() 1984 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td() [all …]
|
| D | xhci.h | 1007 struct xhci_container_ctx *out_ctx; member 2004 struct xhci_container_ctx *out_ctx, 2008 struct xhci_container_ctx *out_ctx);
|
| D | xhci-hub.c | 413 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
|
| /Linux-v5.10/drivers/tee/optee/ |
| D | device.c | 109 goto out_ctx; in __optee_enumerate_devices() 147 out_ctx: in __optee_enumerate_devices()
|
| /Linux-v5.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()
|
| /Linux-v5.10/drivers/firmware/broadcom/ |
| D | tee_bnxt_fw.c | 209 goto out_ctx; in tee_bnxt_fw_probe() 229 out_ctx: in tee_bnxt_fw_probe()
|
| /Linux-v5.10/drivers/char/hw_random/ |
| D | optee-rng.c | 238 goto out_ctx; in optee_rng_probe() 258 out_ctx: in optee_rng_probe()
|
| /Linux-v5.10/fs/nfs/ |
| D | nfs4file.c | 373 goto out_ctx; in __nfs42_ssc_open() 396 out_ctx: in __nfs42_ssc_open()
|
| /Linux-v5.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 | 1012 goto out_ctx; in setcmap_atomic() 1064 out_ctx: in setcmap_atomic()
|
| /Linux-v5.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()
|
| /Linux-v5.10/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 2113 goto out_ctx; in gss_xmit_need_reencode() 2122 goto out_ctx; in gss_xmit_need_reencode() 2130 out_ctx: in gss_xmit_need_reencode()
|
| /Linux-v5.10/fs/ceph/ |
| D | file.c | 687 goto out_ctx; in ceph_atomic_open() 697 goto out_ctx; in ceph_atomic_open() 776 out_ctx: in ceph_atomic_open()
|
| /Linux-v5.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()
|