Searched refs:msg_arg (Results 1 – 2 of 2) sorted by relevance
297 if (IS_ERR(msg_arg)) in optee_open_session()298 return PTR_ERR(msg_arg); in optee_open_session()354 arg->ret = msg_arg->ret; in optee_open_session()372 if (IS_ERR(msg_arg)) in optee_close_session_helper()373 return PTR_ERR(msg_arg); in optee_close_session_helper()423 if (IS_ERR(msg_arg)) in optee_invoke_func()424 return PTR_ERR(msg_arg); in optee_invoke_func()426 msg_arg->func = arg->func; in optee_invoke_func()446 arg->ret = msg_arg->ret; in optee_invoke_func()471 if (IS_ERR(msg_arg)) in optee_cancel_req()[all …]
437 struct optee_msg_arg *msg_arg; in optee_shm_register() local468 if (IS_ERR(msg_arg)) { in optee_shm_register()469 rc = PTR_ERR(msg_arg); in optee_shm_register()477 msg_arg->num_params = 1; in optee_shm_register()522 if (IS_ERR(msg_arg)) { in optee_shm_unregister()523 rc = PTR_ERR(msg_arg); in optee_shm_unregister()527 memset(msg_arg, 0, sz); in optee_shm_unregister()528 msg_arg->num_params = 1; in optee_shm_unregister()956 if (IS_ERR(msg_arg)) in simple_call_with_arg()957 return PTR_ERR(msg_arg); in simple_call_with_arg()[all …]
Completed in 8 milliseconds