Home
last modified time | relevance | path

Searched refs:current_ctx (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-ctxld.c80 u8 current_ctx; member
110 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_DB], in dcss_ctxld_irq_handler()
111 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_SB_HP], in dcss_ctxld_irq_handler()
112 ctxld->ctx_size[ctxld->current_ctx ^ 1][CTX_SB_LP]); in dcss_ctxld_irq_handler()
258 int curr_ctx = ctxld->current_ctx; in dcss_ctxld_enable_locked()
310 ctxld->current_ctx ^= 1; in dcss_ctxld_enable_locked()
312 ctxld->ctx_size[ctxld->current_ctx][CTX_DB] = 0; in dcss_ctxld_enable_locked()
313 ctxld->ctx_size[ctxld->current_ctx][CTX_SB_HP] = 0; in dcss_ctxld_enable_locked()
314 ctxld->ctx_size[ctxld->current_ctx][CTX_SB_LP] = 0; in dcss_ctxld_enable_locked()
343 int curr_ctx = ctxld->current_ctx; in dcss_ctxld_write_irqsafe()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/
H A Dcryp_core.c196 ctx = device_data->current_ctx; in cryp_interrupt_handler()
439 if (local_device_data->current_ctx) { in cryp_get_device_data()
442 local_device_data->current_ctx = ctx; in cryp_get_device_data()
679 if (save_device_context && device_data->current_ctx) { in cryp_disable_power()
681 &device_data->current_ctx->dev_ctx, in cryp_disable_power()
732 if (restore_device_context && device_data->current_ctx) { in cryp_enable_power()
735 &device_data->current_ctx->dev_ctx); in cryp_enable_power()
865 device_data->current_ctx = NULL; in ablk_dma_crypt()
929 device_data->current_ctx = NULL; in ablk_crypt()
1274 device_data->current_ctx = NULL; in ux500_cryp_probe()
[all …]
H A Dcryp.c296 (struct cryp_config *)device_data->current_ctx; in cryp_save_device_context()
357 (struct cryp_config *)device_data->current_ctx; in cryp_restore_device_context()
H A Dcryp.h245 struct cryp_ctx *current_ctx; member
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c96 device_data->current_ctx->device = NULL; in release_hash_device()
97 device_data->current_ctx = NULL; in release_hash_device()
221 struct hash_ctx *ctx = device_data->current_ctx; in get_empty_message_digest()
386 if (local_device_data->current_ctx) { in hash_get_device_data()
389 local_device_data->current_ctx = ctx; in hash_get_device_data()
717 if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { in hash_setconfiguration()
1672 device_data->current_ctx = NULL; in ux500_hash_probe()
1782 if (device_data->current_ctx) { in ux500_hash_remove()
1828 if (!device_data->current_ctx) { in ux500_hash_shutdown()
1837 device_data->current_ctx++; in ux500_hash_shutdown()
[all …]
H A Dhash_alg.h370 struct hash_ctx *current_ctx; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ib.c181 need_ctx_switch = ring->current_ctx != fence_ctx; in amdgpu_ib_schedule()
285 ring->current_ctx = fence_ctx; in amdgpu_ib_schedule()
H A Damdgpu_ring.h232 uint64_t current_ctx; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-CVE-2021-42574.patch53 (bidi::current_ctx): Update for change to vec.
208 kind current_ctx ()
H A D0002-CVE-2021-42574.patch1278 + kind current_ctx ()
1314 + if (current_ctx () == kind::PDF)
1536 + if (kind == bidi::current_ctx ())
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c805 struct dc_state *current_ctx; in disable_dangling_plane() local
842 current_ctx = dc->current_state; in disable_dangling_plane()
844 dc_release_state(current_ctx); in disable_dangling_plane()