Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tee/optee/
Drpc.c33 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time()
55 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
139 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
188 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
214 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
237 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
287 struct optee_msg_arg *arg, in handle_rpc_func_cmd_shm_alloc()
408 struct optee_msg_arg *arg) in handle_rpc_func_cmd_shm_free()
453 struct optee_msg_arg *arg; in handle_rpc_func_cmd()
Dcall.c176 struct optee_msg_arg **msg_arg, in get_msg_arg()
181 struct optee_msg_arg *ma; in get_msg_arg()
217 struct optee_msg_arg *msg_arg; in optee_open_session()
292 struct optee_msg_arg *msg_arg; in optee_close_session()
323 struct optee_msg_arg *msg_arg; in optee_invoke_func()
368 struct optee_msg_arg *msg_arg; in optee_cancel_req()
616 struct optee_msg_arg *msg_arg; in optee_shm_register()
666 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
Doptee_msg.h193 struct optee_msg_arg { struct
216 (sizeof(struct optee_msg_arg) + \
Dcore.c273 struct optee_msg_arg *arg = NULL; in optee_release()
281 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), in optee_release()