Home
last modified time | relevance | path

Searched defs:tee_agent_kernel_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
Dagent.h66 struct tee_agent_kernel_ops { struct
69 int (*tee_agent_init)(struct tee_agent_kernel_ops *agent_instance); argument
70 int (*tee_agent_run)(struct tee_agent_kernel_ops *agent_instance); argument
71 int (*tee_agent_work)(struct tee_agent_kernel_ops *agent_instance); argument
72 int (*tee_agent_stop)(struct tee_agent_kernel_ops *agent_instance); argument
73 int (*tee_agent_exit)(struct tee_agent_kernel_ops *agent_instance); argument
75 struct tee_agent_kernel_ops *agent_instance, argument
78 struct task_struct *agent_thread;
79 void *agent_data;
80 void *agent_buff;
[all …]
/kernel/linux/common_modules/tzdriver/
Dagent.h66 struct tee_agent_kernel_ops { struct
69 int (*tee_agent_init)(struct tee_agent_kernel_ops *agent_instance); argument
70 int (*tee_agent_run)(struct tee_agent_kernel_ops *agent_instance); argument
71 int (*tee_agent_work)(struct tee_agent_kernel_ops *agent_instance); argument
72 int (*tee_agent_stop)(struct tee_agent_kernel_ops *agent_instance); argument
73 int (*tee_agent_exit)(struct tee_agent_kernel_ops *agent_instance); argument
75 struct tee_agent_kernel_ops *agent_instance, argument
78 struct task_struct *agent_thread;
79 void *agent_data;
80 void *agent_buff;
[all …]