Searched defs:ts_ops (Results 1 – 1 of 1) sorted by relevance
42 struct ts_ops { struct43 TEE_Result (*enter_open_session)(struct ts_session *s);44 TEE_Result (*enter_invoke_cmd)(struct ts_session *s, uint32_t cmd);45 void (*enter_close_session)(struct ts_session *s);46 void (*dump_state)(struct ts_ctx *ctx);47 void (*dump_ftrace)(struct ts_ctx *ctx);48 void (*destroy)(struct ts_ctx *ctx);49 uint32_t (*get_instance_id)(struct ts_ctx *ctx);50 bool (*handle_svc)(struct thread_svc_regs *regs);52 void (*gprof_set_status)(enum ts_gprof_status status);
Completed in 4 milliseconds