Searched refs:msg_arg (Results 1 – 2 of 2) sorted by relevance
379 if (IS_ERR(msg_arg)) in optee_open_session()380 return PTR_ERR(msg_arg); in optee_open_session()437 arg->ret = msg_arg->ret; in optee_open_session()477 if (IS_ERR(msg_arg)) in optee_close_session_helper()478 return PTR_ERR(msg_arg); in optee_close_session_helper()536 if (IS_ERR(msg_arg)) in optee_invoke_func()537 return PTR_ERR(msg_arg); in optee_invoke_func()559 arg->ret = msg_arg->ret; in optee_invoke_func()587 if (IS_ERR(msg_arg)) in optee_cancel_req()653 if (IS_ERR(msg_arg)) in simple_call_with_arg()[all …]
458 struct optee_msg_arg *msg_arg; in optee_shm_register() local489 if (IS_ERR(msg_arg)) { in optee_shm_register()490 rc = PTR_ERR(msg_arg); in optee_shm_register()498 msg_arg->num_params = 1; in optee_shm_register()512 msg_arg->ret != TEEC_SUCCESS) in optee_shm_register()524 struct optee_msg_arg *msg_arg; in optee_shm_unregister() local543 if (IS_ERR(msg_arg)) { in optee_shm_unregister()544 rc = PTR_ERR(msg_arg); in optee_shm_unregister()548 memset(msg_arg, 0, sz); in optee_shm_unregister()549 msg_arg->num_params = 1; in optee_shm_unregister()[all …]
Completed in 8 milliseconds