Home
last modified time | relevance | path

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

/drivers/gpu/drm/imx/dcss/
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 …]
/drivers/crypto/ux500/cryp/
Dcryp_core.c197 ctx = device_data->current_ctx; in cryp_interrupt_handler()
440 if (local_device_data->current_ctx) { in cryp_get_device_data()
443 local_device_data->current_ctx = ctx; in cryp_get_device_data()
680 if (save_device_context && device_data->current_ctx) { in cryp_disable_power()
682 &device_data->current_ctx->dev_ctx, in cryp_disable_power()
733 if (restore_device_context && device_data->current_ctx) { in cryp_enable_power()
736 &device_data->current_ctx->dev_ctx); in cryp_enable_power()
866 device_data->current_ctx = NULL; in ablk_dma_crypt()
930 device_data->current_ctx = NULL; in ablk_crypt()
1275 device_data->current_ctx = NULL; in ux500_cryp_probe()
[all …]
Dcryp.c297 (struct cryp_config *)device_data->current_ctx; in cryp_save_device_context()
358 (struct cryp_config *)device_data->current_ctx; in cryp_restore_device_context()
Dcryp.h245 struct cryp_ctx *current_ctx; member
/drivers/crypto/ux500/hash/
Dhash_core.c97 device_data->current_ctx->device = NULL; in release_hash_device()
98 device_data->current_ctx = NULL; in release_hash_device()
222 struct hash_ctx *ctx = device_data->current_ctx; in get_empty_message_digest()
387 if (local_device_data->current_ctx) { in hash_get_device_data()
390 local_device_data->current_ctx = ctx; in hash_get_device_data()
719 if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { in hash_setconfiguration()
1668 device_data->current_ctx = NULL; in ux500_hash_probe()
1777 if (device_data->current_ctx) { in ux500_hash_remove()
1823 if (!device_data->current_ctx) { in ux500_hash_shutdown()
1832 device_data->current_ctx++; in ux500_hash_shutdown()
[all …]
Dhash_alg.h370 struct hash_ctx *current_ctx; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c183 need_ctx_switch = ring->current_ctx != fence_ctx; in amdgpu_ib_schedule()
280 ring->current_ctx = fence_ctx; in amdgpu_ib_schedule()
Damdgpu_ring.h237 uint64_t current_ctx; member
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c968 struct dc_state *current_ctx; in disable_dangling_plane() local
1005 current_ctx = dc->current_state; in disable_dangling_plane()
1007 dc_release_state(current_ctx); in disable_dangling_plane()