Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c205 ctx = device_data->current_ctx; in cryp_interrupt_handler()
446 if (local_device_data->current_ctx) { in cryp_get_device_data()
449 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()
932 device_data->current_ctx = NULL; in ablk_crypt()
1424 device_data->current_ctx = NULL; in ux500_cryp_probe()
[all …]
Dcryp.c296 (struct cryp_config *)device_data->current_ctx; in cryp_save_device_context()
354 (struct cryp_config *)device_data->current_ctx; in cryp_restore_device_context()
Dcryp.h245 struct cryp_ctx *current_ctx; member
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c95 device_data->current_ctx->device = NULL; in release_hash_device()
96 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()
1663 device_data->current_ctx = NULL; in ux500_hash_probe()
1773 if (device_data->current_ctx) { in ux500_hash_remove()
1819 if (!device_data->current_ctx) { in ux500_hash_shutdown()
1828 device_data->current_ctx++; in ux500_hash_shutdown()
[all …]
Dhash_alg.h370 struct hash_ctx *current_ctx; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ib.c167 need_ctx_switch = ring->current_ctx != fence_ctx; in amdgpu_ib_schedule()
200 skip_preamble = ring->current_ctx == fence_ctx; in amdgpu_ib_schedule()
256 ring->current_ctx = fence_ctx; in amdgpu_ib_schedule()
Damdgpu_ring.h205 uint64_t current_ctx; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c640 struct dc_state *current_ctx; in disable_dangling_plane() local
664 current_ctx = dc->current_state; in disable_dangling_plane()
666 dc_release_state(current_ctx); in disable_dangling_plane()