Lines Matching defs:tee_agent_kernel_ops
66 struct tee_agent_kernel_ops {
69 int (*tee_agent_init)(struct tee_agent_kernel_ops *agent_instance);
70 int (*tee_agent_run)(struct tee_agent_kernel_ops *agent_instance);
71 int (*tee_agent_work)(struct tee_agent_kernel_ops *agent_instance);
72 int (*tee_agent_stop)(struct tee_agent_kernel_ops *agent_instance);
73 int (*tee_agent_exit)(struct tee_agent_kernel_ops *agent_instance);
75 struct tee_agent_kernel_ops *agent_instance,
126 int tee_agent_kernel_register(struct tee_agent_kernel_ops *new_agent);