Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/optee/
H A Doptee_private.h26 struct optee_msg_arg;
41 void optee_suppl_cmd_rpmb(struct udevice *dev, struct optee_msg_arg *arg);
52 struct optee_msg_arg *arg) in optee_suppl_cmd_rpmb()
H A Dsupplicant.c16 static void cmd_shm_alloc(struct udevice *dev, struct optee_msg_arg *arg, in cmd_shm_alloc()
58 static void cmd_shm_free(struct optee_msg_arg *arg) in cmd_shm_free()
75 struct optee_msg_arg *arg = shm_arg->addr; in optee_suppl_cmd()
H A Doptee_msg.h194 struct optee_msg_arg { struct
217 (sizeof(struct optee_msg_arg) + \
H A Dcore.c141 struct tee_shm **shmp, struct optee_msg_arg **msg_arg) in get_msg_arg()
144 struct optee_msg_arg *ma; in get_msg_arg()
295 static u32 do_call_with_arg(struct udevice *dev, struct optee_msg_arg *arg) in do_call_with_arg()
334 struct optee_msg_arg *msg_arg; in optee_close_session()
355 struct optee_msg_arg *msg_arg; in optee_open_session()
405 struct optee_msg_arg *msg_arg; in optee_invoke_func()
441 struct optee_msg_arg *msg_arg; in optee_shm_register()
476 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
H A Drpmb.c150 void optee_suppl_cmd_rpmb(struct udevice *dev, struct optee_msg_arg *arg) in optee_suppl_cmd_rpmb()