Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/usb/cdns3/
A Dcdnsp-mem.c465 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 …]
A Dcdnsp-gadget.c431 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()
623 trace_cdnsp_handle_cmd_reset_ep(pep->out_ctx); in cdnsp_halt_endpoint()
671 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_update_eps_configuration()
679 trace_cdnsp_handle_cmd_config_ep(pep->out_ctx); in cdnsp_update_eps_configuration()
703 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_reset_device()
821 memset(pdev->out_ctx.bytes, 0, CDNSP_CTX_SIZE); in cdnsp_disable_slot()
833 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_enable_slot()
872 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_setup_device()
1675 pep->out_ctx = cdnsp_get_ep_ctx(&pdev->out_ctx, pep->idx); in cdnsp_gadget_init_endpoints()
[all …]
A Dcdnsp-ring.c412 return le64_to_cpu(pep->out_ctx->deq); in cdnsp_get_hw_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()
2073 u32 ep_state = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_cmd_stop_ep()
2077 trace_cdnsp_ep_stopped_or_disabled(pep->out_ctx); in cdnsp_cmd_stop_ep()
2085 trace_cdnsp_handle_cmd_stop_ep(pep->out_ctx); in cdnsp_cmd_stop_ep()
2100 trace_cdnsp_handle_cmd_flush_ep(pep->out_ctx); in cdnsp_cmd_flush_ep()
[all …]
A Dcdnsp-ep0.c100 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()
A Dcdnsp-trace.h415 __field(dma_addr_t, out_ctx)
423 __entry->out_ctx = pdev->out_ctx.dma;
429 &__entry->out_ctx, __entry->port_num
A Dcdnsp-gadget.h827 struct cdnsp_ep_ctx *out_ctx; member
1441 struct cdnsp_container_ctx out_ctx; member
/linux/drivers/usb/host/
A Dxhci-trace.h178 __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,
A Dxhci.c1526 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
1534 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1569 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1878 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1902 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
3119 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument
3125 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep()
3573 vdev->out_ctx, ep_index); in xhci_alloc_streams()
3581 vdev->out_ctx, ctrl_ctx, in xhci_alloc_streams()
3684 vdev->out_ctx, ep_index); in xhci_free_streams()
[all …]
A Dxhci-debugfs.c267 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()
A Dxhci-mem.c913 if (dev->out_ctx) in xhci_free_virt_device()
914 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_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()
1630 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument
[all …]
A Dxhci-ring.c562 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq()
1090 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep()
1384 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_set_deq()
1385 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq()
1480 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep()
1522 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1562 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep()
1597 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1612 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
2519 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in process_bulk_intr_td()
[all …]
A Dxhci.h1014 struct xhci_container_ctx *out_ctx; member
2032 struct xhci_container_ctx *out_ctx,
2036 struct xhci_container_ctx *out_ctx);
A Dxhci-hub.c500 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, i); in xhci_stop_device()
/linux/drivers/tee/optee/
A Ddevice.c117 goto out_ctx; in __optee_enumerate_devices()
155 out_ctx: in __optee_enumerate_devices()
/linux/drivers/firmware/broadcom/
A Dtee_bnxt_fw.c209 goto out_ctx; in tee_bnxt_fw_probe()
228 out_ctx: in tee_bnxt_fw_probe()
/linux/drivers/char/hw_random/
A Doptee-rng.c238 goto out_ctx; in optee_rng_probe()
258 out_ctx: in optee_rng_probe()
/linux/security/keys/trusted-keys/
A Dtrusted_tee.c255 goto out_ctx; in trusted_key_probe()
269 out_ctx: in trusted_key_probe()
/linux/fs/nfs/
A Dnfs4file.c370 goto out_ctx; in __nfs42_ssc_open()
394 out_ctx: in __nfs42_ssc_open()
/linux/drivers/gpu/drm/i915/gt/
A Dselftest_workarounds.c319 goto out_ctx; in check_whitelist_across_reset()
376 out_ctx: in check_whitelist_across_reset()
554 goto out_ctx; in check_dirty_whitelist()
741 out_ctx: in check_dirty_whitelist()
A Dselftest_execlists.c137 goto out_ctx; in live_sanitycheck()
146 goto out_ctx; in live_sanitycheck()
152 goto out_ctx; in live_sanitycheck()
155 out_ctx: in live_sanitycheck()
/linux/drivers/gpu/drm/
A Ddrm_client_modeset.c987 goto out_ctx; in drm_client_modeset_commit_atomic()
1050 out_ctx: in drm_client_modeset_commit_atomic()
A Ddrm_fb_helper.c1040 goto out_ctx; in setcmap_atomic()
1097 out_ctx: in setcmap_atomic()
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c2085 goto out_ctx; in gss_xmit_need_reencode()
2094 goto out_ctx; in gss_xmit_need_reencode()
2102 out_ctx: in gss_xmit_need_reencode()
/linux/fs/ceph/
A Dfile.c703 goto out_ctx; in ceph_atomic_open()
713 goto out_ctx; in ceph_atomic_open()
798 out_ctx: in ceph_atomic_open()
/linux/drivers/infiniband/hw/mlx5/
A Dmain.c1900 goto out_ctx; in mlx5_ib_alloc_ucontext()
1992 out_ctx: in mlx5_ib_alloc_ucontext()

Completed in 108 milliseconds