| /linux/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() 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 …]
|
| H A D | cdnsp-gadget.c | 461 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue() 654 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint() 665 trace_cdnsp_handle_cmd_reset_ep(pep->out_ctx); in cdnsp_halt_endpoint() 713 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_update_eps_configuration() 720 trace_cdnsp_configure_endpoint(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_update_eps_configuration() 721 trace_cdnsp_handle_cmd_config_ep(pep->out_ctx); in cdnsp_update_eps_configuration() 745 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_reset_device() 860 trace_cdnsp_handle_cmd_disable_slot(cdnsp_get_slot_ctx(&pdev->out_ctx)); in cdnsp_disable_slot() 863 memset(pdev->out_ctx.bytes, 0, CDNSP_CTX_SIZE); in cdnsp_disable_slot() 875 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_enable_slot() [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() 435 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_HALTED) in cdnsp_setup_analyze()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-trace.h | 167 __field(unsigned long long, out_ctx) 176 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 182 __entry->out_ctx, __entry->current_mel 196 __field(unsigned long long, out_ctx) 208 __entry->out_ctx = (unsigned long long) vdev->out_ctx->dma; 217 __entry->vdev, __entry->in_ctx, __entry->out_ctx,
|
| H A D | xhci.c | 1555 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, 0); in xhci_check_ep0_maxpacket() 1588 xhci_endpoint_copy(xhci, vdev->in_ctx, vdev->out_ctx, 0); in xhci_check_ep0_maxpacket() 1903 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1927 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 1936 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint() 2910 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index); in xhci_stop_endpoint_sync() 3246 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument 3252 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep() 3429 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset() 3431 xhci_endpoint_copy(xhci, cfg_cmd->in_ctx, vdev->out_ctx, ep_index); in xhci_endpoint_reset() [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.h | 749 struct xhci_container_ctx *out_ctx; member 1818 struct xhci_container_ctx *out_ctx, 1822 struct xhci_container_ctx *out_ctx);
|
| /linux/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/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/fs/nfs/ |
| H A D | nfs4file.c | 364 goto out_ctx; in __nfs42_ssc_open() 388 out_ctx: in __nfs42_ssc_open()
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | tee-if.c | 503 goto out_ctx; in amd_pmf_tee_init() 528 out_ctx: in amd_pmf_tee_init()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_aa.c | 1029 goto out_ctx; in timerlat_aa_init() 1034 out_ctx: in timerlat_aa_init()
|
| /linux/drivers/rtc/ |
| H A D | rtc-optee.c | 580 goto out_ctx; in optee_rtc_probe() 676 out_ctx: in optee_rtc_probe()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 2131 goto out_ctx; in gss_xmit_need_reencode() 2140 goto out_ctx; in gss_xmit_need_reencode() 2148 out_ctx: in gss_xmit_need_reencode()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 139 goto out_ctx; in live_sanitycheck() 148 goto out_ctx; in live_sanitycheck() 154 goto out_ctx; in live_sanitycheck() 157 out_ctx: in live_sanitycheck()
|
| /linux/fs/ceph/ |
| H A D | file.c | 864 goto out_ctx; in ceph_atomic_open() 879 goto out_ctx; in ceph_atomic_open() 1010 out_ctx: in ceph_atomic_open()
|
| /linux/fs/ntfs/ |
| H A D | attrib.c | 2303 goto out_ctx; in ntfs_attr_set_initialized_size() 2308 out_ctx: in ntfs_attr_set_initialized_size() 5468 goto out_ctx; in ntfs_non_resident_attr_collapse_range() 5479 out_ctx: in ntfs_non_resident_attr_collapse_range()
|