Searched refs:temp_ctx (Results 1 – 3 of 3) sorted by relevance
1493 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_suspend() local1515 if (device_data->current_ctx == ++temp_ctx) { in ux500_cryp_suspend()1536 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_resume() local1547 if (device_data->current_ctx == ++temp_ctx) in ux500_cryp_resume()
1863 struct hash_ctx *temp_ctx = NULL; in ux500_hash_suspend() local1876 if (device_data->current_ctx == ++temp_ctx) { in ux500_hash_suspend()1900 struct hash_ctx *temp_ctx = NULL; in ux500_hash_resume() local1909 if (device_data->current_ctx == ++temp_ctx) in ux500_hash_resume()
2552 j2s_ctx temp_ctx; in FreeCalibByJ2S() local2555 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()