Home
last modified time | relevance | path

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

/u-boot/drivers/tee/optee/
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()
71 void optee_suppl_cmd_i2c_transfer(struct optee_msg_arg *arg);
73 static inline void optee_suppl_cmd_i2c_transfer(struct optee_msg_arg *arg) in optee_suppl_cmd_i2c_transfer()
A Dsupplicant.c17 static void cmd_shm_alloc(struct udevice *dev, struct optee_msg_arg *arg, in cmd_shm_alloc()
59 static void cmd_shm_free(struct optee_msg_arg *arg) in cmd_shm_free()
76 struct optee_msg_arg *arg = shm_arg->addr; in optee_suppl_cmd()
A Doptee_msg.h194 struct optee_msg_arg { struct
217 (sizeof(struct optee_msg_arg) + \
A Dcore.c144 struct tee_shm **shmp, struct optee_msg_arg **msg_arg) in get_msg_arg()
147 struct optee_msg_arg *ma; in get_msg_arg()
298 static u32 do_call_with_arg(struct udevice *dev, struct optee_msg_arg *arg) in do_call_with_arg()
337 struct optee_msg_arg *msg_arg; in optee_close_session()
358 struct optee_msg_arg *msg_arg; in optee_open_session()
408 struct optee_msg_arg *msg_arg; in optee_invoke_func()
444 struct optee_msg_arg *msg_arg; in optee_shm_register()
479 struct optee_msg_arg *msg_arg; in optee_shm_unregister()
A Di2c.c33 void optee_suppl_cmd_i2c_transfer(struct optee_msg_arg *arg) in optee_suppl_cmd_i2c_transfer()
A Drpmb.c154 void optee_suppl_cmd_rpmb(struct udevice *dev, struct optee_msg_arg *arg) in optee_suppl_cmd_rpmb()
/u-boot/drivers/tee/
A Dsandbox.c40 struct tee_shm **shmp, struct optee_msg_arg **msg_arg) in get_msg_arg()
43 struct optee_msg_arg *ma; in get_msg_arg()
268 static void fill_i2c_rpc_params(struct optee_msg_arg *msg_arg, u64 bus_num, in fill_i2c_rpc_params()
299 struct optee_msg_arg *msg_arg; in ta_rpc_test_invoke_func()

Completed in 18 milliseconds