current_ctx       296 drivers/crypto/ux500/cryp/cryp.c 		(struct cryp_config *)device_data->current_ctx;
current_ctx       357 drivers/crypto/ux500/cryp/cryp.c 		(struct cryp_config *)device_data->current_ctx;
current_ctx       245 drivers/crypto/ux500/cryp/cryp.h 	struct cryp_ctx *current_ctx;
current_ctx       205 drivers/crypto/ux500/cryp/cryp_core.c 	ctx = device_data->current_ctx;
current_ctx       446 drivers/crypto/ux500/cryp/cryp_core.c 		if (local_device_data->current_ctx) {
current_ctx       449 drivers/crypto/ux500/cryp/cryp_core.c 			local_device_data->current_ctx = ctx;
current_ctx       686 drivers/crypto/ux500/cryp/cryp_core.c 	if (save_device_context && device_data->current_ctx) {
current_ctx       688 drivers/crypto/ux500/cryp/cryp_core.c 				&device_data->current_ctx->dev_ctx,
current_ctx       739 drivers/crypto/ux500/cryp/cryp_core.c 		if (restore_device_context && device_data->current_ctx) {
current_ctx       742 drivers/crypto/ux500/cryp/cryp_core.c 					&device_data->current_ctx->dev_ctx);
current_ctx       872 drivers/crypto/ux500/cryp/cryp_core.c 	device_data->current_ctx = NULL;
current_ctx       938 drivers/crypto/ux500/cryp/cryp_core.c 	device_data->current_ctx = NULL;
current_ctx      1343 drivers/crypto/ux500/cryp/cryp_core.c 	device_data->current_ctx = NULL;
current_ctx      1484 drivers/crypto/ux500/cryp/cryp_core.c 	if (device_data->current_ctx) {
current_ctx      1528 drivers/crypto/ux500/cryp/cryp_core.c 	if (!device_data->current_ctx) {
current_ctx      1537 drivers/crypto/ux500/cryp/cryp_core.c 		device_data->current_ctx++;
current_ctx      1580 drivers/crypto/ux500/cryp/cryp_core.c 	if (!device_data->current_ctx)
current_ctx      1581 drivers/crypto/ux500/cryp/cryp_core.c 		device_data->current_ctx++;
current_ctx      1584 drivers/crypto/ux500/cryp/cryp_core.c 	if (device_data->current_ctx == ++temp_ctx) {
current_ctx      1616 drivers/crypto/ux500/cryp/cryp_core.c 	if (device_data->current_ctx == ++temp_ctx)
current_ctx      1617 drivers/crypto/ux500/cryp/cryp_core.c 		device_data->current_ctx = NULL;
current_ctx      1621 drivers/crypto/ux500/cryp/cryp_core.c 	if (!device_data->current_ctx)
current_ctx       370 drivers/crypto/ux500/hash/hash_alg.h 	struct hash_ctx		*current_ctx;
current_ctx        95 drivers/crypto/ux500/hash/hash_core.c 	device_data->current_ctx->device = NULL;
current_ctx        96 drivers/crypto/ux500/hash/hash_core.c 	device_data->current_ctx = NULL;
current_ctx       221 drivers/crypto/ux500/hash/hash_core.c 	struct hash_ctx *ctx = device_data->current_ctx;
current_ctx       386 drivers/crypto/ux500/hash/hash_core.c 		if (local_device_data->current_ctx) {
current_ctx       389 drivers/crypto/ux500/hash/hash_core.c 			local_device_data->current_ctx = ctx;
current_ctx       717 drivers/crypto/ux500/hash/hash_core.c 		if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) {
current_ctx      1665 drivers/crypto/ux500/hash/hash_core.c 	device_data->current_ctx = NULL;
current_ctx      1775 drivers/crypto/ux500/hash/hash_core.c 	if (device_data->current_ctx) {
current_ctx      1821 drivers/crypto/ux500/hash/hash_core.c 	if (!device_data->current_ctx) {
current_ctx      1830 drivers/crypto/ux500/hash/hash_core.c 		device_data->current_ctx++;
current_ctx      1865 drivers/crypto/ux500/hash/hash_core.c 	if (!device_data->current_ctx)
current_ctx      1866 drivers/crypto/ux500/hash/hash_core.c 		device_data->current_ctx++;
current_ctx      1869 drivers/crypto/ux500/hash/hash_core.c 	if (device_data->current_ctx == ++temp_ctx) {
current_ctx      1902 drivers/crypto/ux500/hash/hash_core.c 	if (device_data->current_ctx == ++temp_ctx)
current_ctx      1903 drivers/crypto/ux500/hash/hash_core.c 		device_data->current_ctx = NULL;
current_ctx      1906 drivers/crypto/ux500/hash/hash_core.c 	if (!device_data->current_ctx)
current_ctx       172 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	need_ctx_switch = ring->current_ctx != fence_ctx;
current_ctx       212 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	skip_preamble = ring->current_ctx == fence_ctx;
current_ctx       266 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	ring->current_ctx = fence_ctx;
current_ctx       208 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 	uint64_t		current_ctx;
current_ctx       747 drivers/gpu/drm/amd/display/dc/core/dc.c 	struct dc_state *current_ctx;
current_ctx       774 drivers/gpu/drm/amd/display/dc/core/dc.c 	current_ctx = dc->current_state;
current_ctx       776 drivers/gpu/drm/amd/display/dc/core/dc.c 	dc_release_state(current_ctx);