Home
last modified time | relevance | path

Searched refs:tee_agent_kernel_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dagent.h66 struct tee_agent_kernel_ops { struct
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);
H A Dagent.c1139 struct tee_agent_kernel_ops *agent_instance = NULL; in def_tee_agent_work()
1168 static int def_tee_agent_run(struct tee_agent_kernel_ops *agent_instance) in def_tee_agent_run()
1201 static int def_tee_agent_stop(struct tee_agent_kernel_ops *agent_instance) in def_tee_agent_stop()
1218 static struct tee_agent_kernel_ops g_def_tee_agent_ops = {
1233 struct tee_agent_kernel_ops *agent_ops = NULL; in tee_agent_kernel_init()
1289 struct tee_agent_kernel_ops *agent_ops = NULL; in tee_agent_kernel_exit()
1315 struct tee_agent_kernel_ops *agent_ops = NULL; in tee_agent_clear_work()
1325 int tee_agent_kernel_register(struct tee_agent_kernel_ops *new_agent) in tee_agent_kernel_register()
/kernel/linux/common_modules/tzdriver/
H A Dagent.h66 struct tee_agent_kernel_ops { struct
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);
/kernel/linux/common_modules/tzdriver/agent_rpmb/core/
H A Dagent_rpmb.c131 static void process_rpmb_lock(const struct tee_agent_kernel_ops *agent_instance) in process_rpmb_lock()
172 static void send_ioccmd(const struct tee_agent_kernel_ops *agent_instance) in send_ioccmd()
211 static void rpmb_handle_cmd(struct tee_agent_kernel_ops *agent_instance) in rpmb_handle_cmd()
234 static int rpmb_agent_work(struct tee_agent_kernel_ops *agent_instance) in rpmb_agent_work()
289 static int rpmb_agent_exit(struct tee_agent_kernel_ops *agent_instance) in rpmb_agent_exit()
302 struct tee_agent_kernel_ops *agent_instance, in rpmb_agent_crash_work()
315 static struct tee_agent_kernel_ops rpmb_agent_ops = {

Completed in 3 milliseconds