Home
last modified time | relevance | path

Searched refs:msg_arg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tee/optee/
A Dcall.c379 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 …]
A Dsmc_abi.c458 struct optee_msg_arg *msg_arg; in optee_shm_register() local
489 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() local
543 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