Lines Matching refs:optee
102 struct optee *optee; member
143 struct optee;
158 int (*to_msg_param)(struct optee *optee,
161 int (*from_msg_param)(struct optee *optee, struct tee_param *params,
184 struct optee { struct
233 int optee_notif_init(struct optee *optee, u_int max_key);
234 void optee_notif_uninit(struct optee *optee);
235 int optee_notif_wait(struct optee *optee, u_int key);
236 int optee_notif_send(struct optee *optee, u_int key);
276 void optee_remove_common(struct optee *optee);
309 void optee_shm_arg_cache_init(struct optee *optee, u32 flags);
310 void optee_shm_arg_cache_uninit(struct optee *optee);
323 void optee_rpc_cmd(struct tee_context *ctx, struct optee *optee,