Lines Matching refs:optee
119 struct optee;
134 int (*to_msg_param)(struct optee *optee,
137 int (*from_msg_param)(struct optee *optee, struct tee_param *params,
160 struct optee { struct
209 int optee_notif_init(struct optee *optee, u_int max_key);
210 void optee_notif_uninit(struct optee *optee);
211 int optee_notif_wait(struct optee *optee, u_int key);
212 int optee_notif_send(struct optee *optee, u_int key);
254 void optee_remove_common(struct optee *optee);
287 void optee_shm_arg_cache_init(struct optee *optee, u32 flags);
288 void optee_shm_arg_cache_uninit(struct optee *optee);
301 void optee_rpc_cmd(struct tee_context *ctx, struct optee *optee,