Searched defs:tee_agent_kernel_ops (Results 1 – 2 of 2) sorted by relevance
66 struct tee_agent_kernel_ops { struct69 int (*tee_agent_init)(struct tee_agent_kernel_ops *agent_instance); argument70 int (*tee_agent_run)(struct tee_agent_kernel_ops *agent_instance); argument71 int (*tee_agent_work)(struct tee_agent_kernel_ops *agent_instance); argument72 int (*tee_agent_stop)(struct tee_agent_kernel_ops *agent_instance); argument73 int (*tee_agent_exit)(struct tee_agent_kernel_ops *agent_instance); argument75 struct tee_agent_kernel_ops *agent_instance, argument78 struct task_struct *agent_thread;79 void *agent_data;80 void *agent_buff;[all …]