Lines Matching defs:arg
364 static void entry_open_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_open_session()
412 static void entry_close_session(struct optee_msg_arg *arg, uint32_t num_params) in entry_close_session()
432 static void entry_invoke_command(struct optee_msg_arg *arg, uint32_t num_params) in entry_invoke_command()
464 static void entry_cancel(struct optee_msg_arg *arg, uint32_t num_params) in entry_cancel()
491 static void register_shm(struct optee_msg_arg *arg, uint32_t num_params) in register_shm()
514 static void unregister_shm(struct optee_msg_arg *arg, uint32_t num_params) in unregister_shm()
531 static void __maybe_unused lend_protmem(struct optee_msg_arg *arg, in lend_protmem()
567 static void __maybe_unused assign_protmem(struct optee_msg_arg *arg, in assign_protmem()
585 static void __maybe_unused reclaim_protmem(struct optee_msg_arg *arg, in reclaim_protmem()
603 static void __maybe_unused get_protmem_config(struct optee_msg_arg *arg, in get_protmem_config()
683 TEE_Result __weak tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in tee_entry_std()
692 TEE_Result __tee_entry_std(struct optee_msg_arg *arg, uint32_t num_params) in __tee_entry_std()