Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c493 struct xhci_container_ctx *out_ctx; in xhci_set_configuration() local
516 out_ctx = virt_dev->out_ctx; in xhci_set_configuration()
535 xhci_inval_cache((uintptr_t)out_ctx->bytes, out_ctx->size); in xhci_set_configuration()
538 xhci_slot_copy(ctrl, in_ctx, out_ctx); in xhci_set_configuration()
543 xhci_endpoint_copy(ctrl, in_ctx, out_ctx, 0); in xhci_set_configuration()
688 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_address_device()
689 virt_dev->out_ctx->size); in xhci_address_device()
690 slot_ctx = xhci_get_slot_ctx(ctrl, virt_dev->out_ctx); in xhci_address_device()
767 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
774 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
[all …]
H A Dxhci-mem.c158 if (virt_dev->out_ctx) in xhci_free_virt_devices()
159 xhci_free_container_ctx(virt_dev->out_ctx); in xhci_free_virt_devices()
466 virt_dev->out_ctx = xhci_alloc_container_ctx(ctrl, in xhci_alloc_virt_device()
468 if (!virt_dev->out_ctx) { in xhci_alloc_virt_device()
484 byte_64 = (uintptr_t)(virt_dev->out_ctx->bytes); in xhci_alloc_virt_device()
671 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
677 out_ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_endpoint_copy()
699 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument
705 out_slot_ctx = xhci_get_slot_ctx(ctrl, out_ctx); in xhci_slot_copy()
H A Dxhci-ring.c586 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_bulk_tx()
587 virt_dev->out_ctx->size); in xhci_bulk_tx()
589 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_bulk_tx()
786 xhci_inval_cache((uintptr_t)virt_dev->out_ctx->bytes, in xhci_ctrl_tx()
787 virt_dev->out_ctx->size); in xhci_ctrl_tx()
790 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_ctrl_tx()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H 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,
H A Dxhci.c1418 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
1426 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1427 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1461 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1780 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1804 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1813 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint()
3033 struct xhci_container_ctx *out_ctx, in xhci_setup_input_ctx_for_config_ep() argument
3039 xhci_slot_copy(xhci, in_ctx, out_ctx); in xhci_setup_input_ctx_for_config_ep()
3207 xhci_setup_input_ctx_for_config_ep(xhci, cfg_cmd->in_ctx, vdev->out_ctx, in xhci_endpoint_reset()
[all …]
H 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()
H A Dxhci-ring.c564 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index); in xhci_get_hw_deq()
1094 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_stop_ep()
1378 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_set_deq()
1379 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq()
1474 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep_index); in xhci_handle_cmd_reset_ep()
1516 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1556 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index); in xhci_handle_cmd_config_ep()
1591 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1606 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
2202 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index); in finish_td()
[all …]
H A Dxhci-mem.c994 if (dev->out_ctx) in xhci_free_virt_device()
995 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device()
1064 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device()
1065 if (!dev->out_ctx) in xhci_alloc_virt_device()
1069 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device()
1096 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1111 if (dev->out_ctx) in xhci_alloc_virt_device()
1112 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_alloc_virt_device()
1694 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
1700 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
[all …]
H A Dxhci.h1021 struct xhci_container_ctx *out_ctx; member
2052 struct xhci_container_ctx *out_ctx,
2056 struct xhci_container_ctx *out_ctx);
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c96 goto out_ctx; in rockchip_read_oem_non_protected_otp()
145 out_ctx: in rockchip_read_oem_non_protected_otp()
199 goto out_ctx; in rockchip_write_oem_non_protected_otp()
248 out_ctx: in rockchip_write_oem_non_protected_otp()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_blt.c172 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()
H A Di915_gem_client_blt.c187 goto out_ctx; in clear_pages_worker()
232 out_ctx: in clear_pages_worker()
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Ddevice.c117 goto out_ctx; in __optee_enumerate_devices()
155 out_ctx: in __optee_enumerate_devices()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c209 goto out_ctx; in tee_bnxt_fw_probe()
228 out_ctx: in tee_bnxt_fw_probe()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c238 goto out_ctx; in optee_rng_probe()
258 out_ctx: in optee_rng_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c793 int kbase_kinstr_jm_init(struct kbase_kinstr_jm **const out_ctx) in kbase_kinstr_jm_init() argument
797 if (!out_ctx) in kbase_kinstr_jm_init()
807 *out_ctx = ctx; in kbase_kinstr_jm_init()
/OK3568_Linux_fs/external/xserver/config/
H A Dhal.c501 goto out_ctx; in connect_and_register()
513 goto out_ctx; in connect_and_register()
523 out_ctx: in connect_and_register()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1085 struct xhci_container_ctx *out_ctx; member
1247 struct xhci_container_ctx *out_ctx,
1251 struct xhci_container_ctx *out_ctx);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/backend/
H A Dmali_kbase_hwcnt_backend_csf_if_fw.c713 struct kbase_hwcnt_backend_csf_if_fw_ctx **out_ctx) in kbasep_hwcnt_backend_csf_if_fw_ctx_create() argument
720 WARN_ON(!out_ctx); in kbasep_hwcnt_backend_csf_if_fw_ctx_create()
739 *out_ctx = ctx; in kbasep_hwcnt_backend_csf_if_fw_ctx_create()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4file.c382 goto out_ctx; in __nfs42_ssc_open()
406 out_ctx: in __nfs42_ssc_open()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_client_modeset.c986 goto out_ctx; in drm_client_modeset_commit_atomic()
1049 out_ctx: in drm_client_modeset_commit_atomic()
H A Ddrm_fb_helper.c1017 goto out_ctx; in setcmap_atomic()
1069 out_ctx: in setcmap_atomic()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c311 goto out_ctx; in check_whitelist_across_reset()
357 out_ctx: in check_whitelist_across_reset()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H 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()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c720 goto out_ctx; in ceph_atomic_open()
734 goto out_ctx; in ceph_atomic_open()
813 out_ctx: in ceph_atomic_open()

12