| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 465 pdev->out_ctx.type = CDNSP_CTX_TYPE_DEVICE; in cdnsp_init_device_ctx() 466 pdev->out_ctx.size = size; in cdnsp_init_device_ctx() 469 &pdev->out_ctx.dma); in cdnsp_init_device_ctx() 471 if (!pdev->out_ctx.bytes) in cdnsp_init_device_ctx() 475 pdev->in_ctx.ctx_size = pdev->out_ctx.ctx_size; in cdnsp_init_device_ctx() 476 pdev->in_ctx.size = size + pdev->out_ctx.ctx_size; in cdnsp_init_device_ctx() 482 pdev->out_ctx.dma); in cdnsp_init_device_ctx() 679 if (pdev->out_ctx.bytes) in cdnsp_free_priv_device() 681 pdev->out_ctx.dma); in cdnsp_free_priv_device() 684 pdev->out_ctx.bytes = NULL; in cdnsp_free_priv_device() [all …]
|
| H A D | cdnsp-gadget.c | 452 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue() 629 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint() 640 trace_cdnsp_handle_cmd_reset_ep(pep->out_ctx); in cdnsp_halt_endpoint() 688 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_update_eps_configuration() 696 trace_cdnsp_handle_cmd_config_ep(pep->out_ctx); in cdnsp_update_eps_configuration() 720 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_reset_device() 838 memset(pdev->out_ctx.bytes, 0, CDNSP_CTX_SIZE); in cdnsp_disable_slot() 850 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_enable_slot() 889 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_setup_device() 1688 pep->out_ctx = cdnsp_get_ep_ctx(&pdev->out_ctx, pep->idx); in cdnsp_gadget_init_endpoints() [all …]
|
| H A D | cdnsp-ep0.c | 100 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_ep0_set_address() 109 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_ep0_set_address() 174 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_ep0_handle_status()
|
| H A D | cdnsp-ring.c | 413 return le64_to_cpu(pep->out_ctx->deq); in cdnsp_get_hw_deq() 651 trace_cdnsp_handle_cmd_set_deq(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_cmd_set_deq() 652 trace_cdnsp_handle_cmd_set_deq_ep(pep->out_ctx); in cdnsp_cmd_set_deq() 705 trace_cdnsp_remove_request(pep->out_ctx); in cdnsp_remove_request() 1260 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event() 1261 trace_cdnsp_ep_disabled(pep->out_ctx); in cdnsp_handle_tx_event() 1687 GET_EP_CTX_STATE(preq->pep->out_ctx), in cdnsp_prepare_transfer() 2140 u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_cmd_stop_ep() 2145 trace_cdnsp_ep_stopped_or_disabled(pep->out_ctx); in cdnsp_cmd_stop_ep() 2153 trace_cdnsp_handle_cmd_stop_ep(pep->out_ctx); in cdnsp_cmd_stop_ep()
|
| H A D | cdnsp-trace.h | 413 __field(dma_addr_t, out_ctx) 421 __entry->out_ctx = pdev->out_ctx.dma; 427 &__entry->out_ctx, __entry->port_num
|
| H A D | cdnsp-gadget.h | 831 struct cdnsp_ep_ctx *out_ctx; member 1448 struct cdnsp_container_ctx out_ctx; member
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-trace.h | 177 __field(unsigned long long, out_ctx) 186 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 192 __entry->out_ctx, __entry->current_mel 206 __field(unsigned long long, out_ctx) 218 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 227 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
|
| H A D | xhci.c | 1469 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, 0); in xhci_check_ep0_maxpacket() 1817 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1841 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 3094 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument 3100 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep() 3565 vdev->out_ctx, ep_index); in xhci_alloc_streams() 3573 vdev->out_ctx, ctrl_ctx, in xhci_alloc_streams() 3676 vdev->out_ctx, ep_index); in xhci_free_streams() 3681 vdev->out_ctx, ctrl_ctx, in xhci_free_streams() 4306 (unsigned long long)virt_dev->out_ctx->dma); in xhci_setup_device() [all …]
|
| H A D | xhci-debugfs.c | 256 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_slot_context_show() 257 seq_printf(s, "%pad: %s\n", &dev->out_ctx->dma, in xhci_slot_context_show() 280 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_endpoint_context_show() 281 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
|
| H A D | xhci-mem.c | 887 if (dev->out_ctx) in xhci_free_virt_device() 888 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device() 958 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 959 if (!dev->out_ctx) in xhci_alloc_virt_device() 988 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1003 if (dev->out_ctx) in xhci_alloc_virt_device() 1004 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device() 1571 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument 1577 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy() 1597 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument [all …]
|
| H A D | xhci-ring.c | 685 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq() 1201 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep() 1436 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_set_deq() 1437 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq() 1562 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep() 1602 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot() 1637 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep() 1651 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev() 1666 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev() 2537 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in process_bulk_intr_td() [all …]
|
| H A D | xhci.h | 745 struct xhci_container_ctx *out_ctx; member 1805 struct xhci_container_ctx *out_ctx, 1809 struct xhci_container_ctx *out_ctx);
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | device.c | 138 goto out_ctx; in __optee_enumerate_devices() 175 out_ctx: in __optee_enumerate_devices()
|
| /linux-6.15/drivers/firmware/broadcom/ |
| H A D | tee_bnxt_fw.c | 209 goto out_ctx; in tee_bnxt_fw_probe() 228 out_ctx: in tee_bnxt_fw_probe()
|
| /linux-6.15/drivers/char/hw_random/ |
| H A D | optee-rng.c | 238 goto out_ctx; in optee_rng_probe() 258 out_ctx: in optee_rng_probe()
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_tee.c | 227 goto out_ctx; in trusted_key_probe() 241 out_ctx: in trusted_key_probe()
|
| /linux-6.15/drivers/rtc/ |
| H A D | rtc-optee.c | 273 goto out_ctx; in optee_rtc_probe() 313 out_ctx: in optee_rtc_probe()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 69 goto out_ctx; in live_nop_switch() 85 goto out_ctx; in live_nop_switch() 99 goto out_ctx; in live_nop_switch() 110 goto out_ctx; in live_nop_switch() 123 goto out_ctx; in live_nop_switch() 168 goto out_ctx; in live_nop_switch() 176 out_ctx: in live_nop_switch()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4file.c | 376 goto out_ctx; in __nfs42_ssc_open() 400 out_ctx: in __nfs42_ssc_open()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_workarounds.c | 316 goto out_ctx; in check_whitelist_across_reset() 373 out_ctx: in check_whitelist_across_reset() 551 goto out_ctx; in check_dirty_whitelist() 734 out_ctx: in check_dirty_whitelist()
|
| /linux-6.15/drivers/platform/x86/amd/pmf/ |
| H A D | tee-if.c | 472 goto out_ctx; in amd_pmf_tee_init() 497 out_ctx: in amd_pmf_tee_init()
|
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | timerlat_aa.c | 1009 goto out_ctx; in timerlat_aa_destroy() 1014 out_ctx: in timerlat_aa_destroy()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 1023 goto out_ctx; in drm_client_modeset_commit_atomic() 1086 out_ctx: in drm_client_modeset_commit_atomic()
|
| H A D | drm_fb_helper.c | 950 goto out_ctx; in setcmap_atomic() 1007 out_ctx: in setcmap_atomic()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 2122 goto out_ctx; in gss_xmit_need_reencode() 2131 goto out_ctx; in gss_xmit_need_reencode() 2139 out_ctx: in gss_xmit_need_reencode()
|