Home
last modified time | relevance | path

Searched refs:optee_msg_arg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/tee/optee/
Drpc.c32 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time()
95 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
121 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
144 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
194 struct optee_msg_arg *arg, in handle_rpc_func_cmd_shm_alloc()
315 struct optee_msg_arg *arg) in handle_rpc_func_cmd_shm_free()
360 struct optee_msg_arg *arg; in handle_rpc_func_cmd()
Dcall.c174 struct optee_msg_arg **msg_arg, in get_msg_arg()
179 struct optee_msg_arg *ma; in get_msg_arg()
215 struct optee_msg_arg *msg_arg; in optee_open_session()
284 struct optee_msg_arg *msg_arg; in optee_close_session()
315 struct optee_msg_arg *msg_arg; in optee_invoke_func()
360 struct optee_msg_arg *msg_arg; in optee_cancel_req()
570 struct optee_msg_arg *msg_arg; in optee_shm_register()
620 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
Doptee_msg.h191 struct optee_msg_arg { struct
214 (sizeof(struct optee_msg_arg) + \
Dcore.c259 struct optee_msg_arg *arg = NULL; in optee_release()
267 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); in optee_release()