Home
last modified time | relevance | path

Searched refs:temp_ctx (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1493 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_suspend() local
1515 if (device_data->current_ctx == ++temp_ctx) { in ux500_cryp_suspend()
1536 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_resume() local
1547 if (device_data->current_ctx == ++temp_ctx) in ux500_cryp_resume()
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c1863 struct hash_ctx *temp_ctx = NULL; in ux500_hash_suspend() local
1876 if (device_data->current_ctx == ++temp_ctx) { in ux500_hash_suspend()
1900 struct hash_ctx *temp_ctx = NULL; in ux500_hash_resume() local
1909 if (device_data->current_ctx == ++temp_ctx) in ux500_hash_resume()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp2552 j2s_ctx temp_ctx; in FreeCalibByJ2S() local
2555 j2s_init(&temp_ctx); in FreeCalibByJ2S()
2558 j2s_struct_free(&temp_ctx, "CamCalibDbV2Tuning_t", &tuning_base); in FreeCalibByJ2S()
2559 j2s_deinit(&temp_ctx); in FreeCalibByJ2S()