Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Drpc.c41 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time()
104 struct optee_msg_arg *arg) in handle_rpc_func_cmd_wq()
130 static void handle_rpc_func_cmd_wait(struct optee_msg_arg *arg) in handle_rpc_func_cmd_wait()
153 struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
203 struct optee_msg_arg *arg, in handle_rpc_func_cmd_shm_alloc()
324 struct optee_msg_arg *arg) in handle_rpc_func_cmd_shm_free()
369 struct optee_msg_arg *arg; in handle_rpc_func_cmd()
Dcall.c182 struct optee_msg_arg **msg_arg, in get_msg_arg()
187 struct optee_msg_arg *ma; in get_msg_arg()
223 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()
578 struct optee_msg_arg *msg_arg; in optee_shm_register()
628 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
Doptee_msg.h213 struct optee_msg_arg { struct
236 (sizeof(struct optee_msg_arg) + \
Dcore.c268 struct optee_msg_arg *arg = NULL; in optee_release()
276 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); in optee_release()