Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/verify/op_tee/
H A Dmain.c37 unsigned int ret, ret_orig= 0; in main() local
64 … = MDrv_SYS_TEEC_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, &op, &ret_orig)) { in main()
68 if (ret = MDrv_SYS_TEEC_InvokeCmd(&session, cmd, &op, &ret_orig)) { in main()
85 … = MDrv_SYS_TEEC_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, &op, &ret_orig)) { in main()
95 if (ret = MDrv_SYS_TEEC_InvokeCmd(&session, CMD_MULTIPLY_VALUE, &op, &ret_orig)) { in main()
112 … = MDrv_SYS_TEEC_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, &op, &ret_orig)) { in main()
120 if (ret = MDrv_SYS_TEEC_InvokeCmd(&session, CMD_MEMORY_WRITE, &op, &ret_orig)) { in main()
129 if (ret = MDrv_SYS_TEEC_InvokeCmd(&session, CMD_MEMORY_READ, &op, &ret_orig)) { in main()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c8198 unsigned int ret, ret_orig= 0; local
8205 …_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig)) != TEEC_SUCCESS)
8221 if ((ret = MDrv_SYS_TEEC_InvokeCmd(&session, cmd_type, &op, &ret_orig)) != TEEC_SUCCESS)
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c8023 unsigned int ret, ret_orig= 0; in MDrv_TSP_Ree_SendTeeCmd() local
8030 …star_teec_ctx, &dmx_session, &dmx_uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig)) != TEEC_SUCCESS) in MDrv_TSP_Ree_SendTeeCmd()
8047 … if ((ret = MDrv_SYS_TEEC_InvokeCmd(&dmx_session, cmd_type, &dmx_op, &ret_orig)) != TEEC_SUCCESS) in MDrv_TSP_Ree_SendTeeCmd()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c14193 unsigned int ret_orig= 0; in _MDrv_XC_OPTEE_Send_Cmd() local
14201 …C_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig) != TEEC_SUCCESS) in _MDrv_XC_OPTEE_Send_Cmd()
14211 if (MDrv_SYS_TEEC_InvokeCmd(&session, action, &op, &ret_orig) != TEEC_SUCCESS) in _MDrv_XC_OPTEE_Send_Cmd()
H A Dmvideo.c.014175 unsigned int ret_orig= 0;
14183 …C_Open(&mstar_teec_ctx, &session, &uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig) != TEEC_SUCCESS)
14193 if (MDrv_SYS_TEEC_InvokeCmd(&session, action, &op, &ret_orig) != TEEC_SUCCESS)
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c1295 unsigned int ret_orig = 0; in _MApi_VDEC_EX_V2_Send_OPTEE_CMD() local
1303 …dec_teec_ctx, &vdec_session, &vdec_uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig) != TEEC_SUCCESS) in _MApi_VDEC_EX_V2_Send_OPTEE_CMD()
1322 if (MDrv_SYS_TEEC_InvokeCmd(&vdec_session, (MS_U32)eCMD, &vdec_op, &ret_orig) != TEEC_SUCCESS) in _MApi_VDEC_EX_V2_Send_OPTEE_CMD()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c1453 unsigned int ret_orig = 0; in _MApi_VDEC_EX_V2_Send_OPTEE_CMD() local
1461 …dec_teec_ctx, &vdec_session, &vdec_uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig) != TEEC_SUCCESS) in _MApi_VDEC_EX_V2_Send_OPTEE_CMD()
1480 if (MDrv_SYS_TEEC_InvokeCmd(&vdec_session, (MS_U32)eCMD, &vdec_op, &ret_orig) != TEEC_SUCCESS) in _MApi_VDEC_EX_V2_Send_OPTEE_CMD()
H A DapiVDEC_EX.c.01453 unsigned int ret_orig = 0;
1461 …dec_teec_ctx, &vdec_session, &vdec_uuid, TEEC_LOGIN_PUBLIC, NULL, NULL, &ret_orig) != TEEC_SUCCESS)
1480 if (MDrv_SYS_TEEC_InvokeCmd(&vdec_session, (MS_U32)eCMD, &vdec_op, &ret_orig) != TEEC_SUCCESS)