Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk_aiq_comm.h86 #define RETURN_RESULT_IF_DIFFERENT( cur_res, exp_res ) if ( exp_res != cur_res ) { return ( cur_res… argument
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c804 unsigned int exp_res; in qat_uclo_init_reg_sym() local
807 exp_res = init_regsym->value; in qat_uclo_init_reg_sym()
814 exp_res); in qat_uclo_init_reg_sym()
829 exp_res); in qat_uclo_init_reg_sym()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c1615 TEEC_Result exp_res = TEEC_ERROR_GENERIC; in test_panic_ca_to_ta() local
1648 exp_res = multi_instance ? TEEC_SUCCESS : TEEC_ERROR_TARGET_DEAD; in test_panic_ca_to_ta()
1649 if (!ADBG_EXPECT_TEEC_RESULT(c, exp_res, in test_panic_ca_to_ta()