Home
last modified time | relevance | path

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

/Linux-v5.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()
138 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer()
187 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
213 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
236 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
286 struct optee_msg_arg *arg, in handle_rpc_func_cmd_shm_alloc()
407 struct optee_msg_arg *arg) in handle_rpc_func_cmd_shm_free()
452 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()
288 struct optee_msg_arg *msg_arg; in optee_close_session()
319 struct optee_msg_arg *msg_arg; in optee_invoke_func()
364 struct optee_msg_arg *msg_arg; in optee_cancel_req()
582 struct optee_msg_arg *msg_arg; in optee_shm_register()
632 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.c282 struct optee_msg_arg *arg = NULL; in optee_release()
290 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); in optee_release()