Home
last modified time | relevance | path

Searched refs:TEEC_SUCCESS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Drpc.c29 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_get_time()
112 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_i2c_transfer()
153 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_wq()
175 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_wait()
H A Ddevice.c44 if ((ret < 0) || ((inv_arg.ret != TEEC_SUCCESS) && in get_devices()
128 if ((rc < 0) || (sess_arg.ret != TEEC_SUCCESS)) { in __optee_enumerate_devices()
H A Dffa_abi.c463 arg->ret = TEEC_SUCCESS; in handle_ffa_rpc_func_cmd_shm_alloc()
489 arg->ret = TEEC_SUCCESS; in handle_ffa_rpc_func_cmd_shm_free()
551 case TEEC_SUCCESS: in optee_ffa_yielding_call()
H A Dsmc_abi.c511 msg_arg->ret != TEEC_SUCCESS) in optee_shm_register()
554 msg_arg->ret != TEEC_SUCCESS) in optee_shm_unregister()
673 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_shm_free()
767 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_shm_alloc()
H A Doptee_private.h21 #define TEEC_SUCCESS 0x00000000 macro
H A Dcall.c336 if (msg_arg->ret == TEEC_SUCCESS) { in optee_open_session()
/openbmc/linux/drivers/tee/amdtee/
H A Damdtee_private.h21 #define TEEC_SUCCESS 0x00000000 macro
H A Dcore.c255 if (arg->ret != TEEC_SUCCESS) in amdtee_open_session()
272 if (arg->ret != TEEC_SUCCESS) { in amdtee_open_session()
H A Dcall.c429 if (arg->ret == TEEC_SUCCESS) { in handle_load_ta()