| /Linux-v6.1/drivers/usb/cdns3/ |
| 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() 467 pdev->out_ctx.ctx_size = CTX_SIZE(pdev->hcc_params); in cdnsp_init_device_ctx() 468 pdev->out_ctx.bytes = dma_pool_zalloc(pdev->device_pool, GFP_ATOMIC, 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() 481 dma_pool_free(pdev->device_pool, pdev->out_ctx.bytes, in cdnsp_init_device_ctx() 482 pdev->out_ctx.dma); in cdnsp_init_device_ctx() [all …]
|
| D | cdnsp-gadget.c | 431 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue() 608 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint() 619 trace_cdnsp_handle_cmd_reset_ep(pep->out_ctx); in cdnsp_halt_endpoint() 667 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_update_eps_configuration() 674 trace_cdnsp_configure_endpoint(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_update_eps_configuration() 675 trace_cdnsp_handle_cmd_config_ep(pep->out_ctx); in cdnsp_update_eps_configuration() 699 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_reset_device() 814 trace_cdnsp_handle_cmd_disable_slot(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_disable_slot() 817 memset(pdev->out_ctx.bytes, 0, CDNSP_CTX_SIZE); in cdnsp_disable_slot() 829 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_enable_slot() [all …]
|
| 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()
|
| D | cdnsp-ring.c | 412 return le64_to_cpu(pep->out_ctx->deq); in cdnsp_get_hw_deq() 650 trace_cdnsp_handle_cmd_set_deq(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_cmd_set_deq() 651 trace_cdnsp_handle_cmd_set_deq_ep(pep->out_ctx); in cdnsp_cmd_set_deq() 704 trace_cdnsp_remove_request(pep->out_ctx); in cdnsp_remove_request() 1257 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event() 1258 trace_cdnsp_ep_disabled(pep->out_ctx); in cdnsp_handle_tx_event() 1674 GET_EP_CTX_STATE(preq->pep->out_ctx), in cdnsp_prepare_transfer() 2082 u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_cmd_stop_ep() 2087 trace_cdnsp_ep_stopped_or_disabled(pep->out_ctx); in cdnsp_cmd_stop_ep() 2095 trace_cdnsp_handle_cmd_stop_ep(pep->out_ctx); in cdnsp_cmd_stop_ep() [all …]
|
| D | cdnsp-trace.h | 415 __field(dma_addr_t, out_ctx) 423 __entry->out_ctx = pdev->out_ctx.dma; 429 &__entry->out_ctx, __entry->port_num
|
| D | cdnsp-gadget.h | 827 struct cdnsp_ep_ctx *out_ctx; member 1441 struct cdnsp_container_ctx out_ctx; member
|
| /Linux-v6.1/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 | 1572 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local 1580 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket() 1581 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket() 1615 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket() 1924 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1948 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 1957 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint() 3165 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument 3171 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep() 3328 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset() [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 | 913 if (dev->out_ctx) in xhci_free_virt_device() 914 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device() 983 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device() 984 if (!dev->out_ctx) in xhci_alloc_virt_device() 988 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device() 1015 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1030 if (dev->out_ctx) in xhci_alloc_virt_device() 1031 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device() 1604 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument 1610 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy() [all …]
|
| D | xhci-ring.c | 562 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq() 1082 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep() 1321 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_set_deq() 1322 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq() 1417 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep() 1457 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot() 1493 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep() 1507 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev() 1522 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev() 2142 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index); in finish_td() [all …]
|
| D | xhci.h | 1015 struct xhci_container_ctx *out_ctx; member 2055 struct xhci_container_ctx *out_ctx, 2059 struct xhci_container_ctx *out_ctx);
|
| D | xhci-hub.c | 500 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
|
| /Linux-v6.1/drivers/tee/optee/ |
| D | device.c | 117 goto out_ctx; in __optee_enumerate_devices() 154 out_ctx: in __optee_enumerate_devices()
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/drivers/char/hw_random/ |
| D | optee-rng.c | 238 goto out_ctx; in optee_rng_probe() 258 out_ctx: in optee_rng_probe()
|
| /Linux-v6.1/security/keys/trusted-keys/ |
| D | trusted_tee.c | 250 goto out_ctx; in trusted_key_probe() 264 out_ctx: in trusted_key_probe()
|
| /Linux-v6.1/drivers/rtc/ |
| D | rtc-optee.c | 273 goto out_ctx; in optee_rtc_probe() 313 out_ctx: in optee_rtc_probe()
|
| /Linux-v6.1/fs/nfs/ |
| D | nfs4file.c | 379 goto out_ctx; in __nfs42_ssc_open() 403 out_ctx: in __nfs42_ssc_open()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/ |
| D | selftest_workarounds.c | 320 goto out_ctx; in check_whitelist_across_reset() 377 out_ctx: in check_whitelist_across_reset() 555 goto out_ctx; in check_dirty_whitelist() 742 out_ctx: in check_dirty_whitelist()
|
| D | selftest_execlists.c | 138 goto out_ctx; in live_sanitycheck() 147 goto out_ctx; in live_sanitycheck() 153 goto out_ctx; in live_sanitycheck() 156 out_ctx: in live_sanitycheck()
|
| /Linux-v6.1/drivers/gpu/drm/ |
| D | drm_client_modeset.c | 993 goto out_ctx; in drm_client_modeset_commit_atomic() 1056 out_ctx: in drm_client_modeset_commit_atomic()
|
| D | drm_fb_helper.c | 1102 goto out_ctx; in setcmap_atomic() 1159 out_ctx: in setcmap_atomic()
|
| /Linux-v6.1/net/sunrpc/auth_gss/ |
| D | auth_gss.c | 2088 goto out_ctx; in gss_xmit_need_reencode() 2097 goto out_ctx; in gss_xmit_need_reencode() 2105 out_ctx: in gss_xmit_need_reencode()
|
| /Linux-v6.1/fs/ceph/ |
| D | file.c | 761 goto out_ctx; in ceph_atomic_open() 775 goto out_ctx; in ceph_atomic_open() 867 out_ctx: in ceph_atomic_open()
|