Searched defs:ts_ops (Results 1 – 1 of 1) sorted by relevance
59 struct ts_ops { struct60 TEE_Result (*enter_open_session)(struct ts_session *s);61 TEE_Result (*enter_invoke_cmd)(struct ts_session *s, uint32_t cmd);62 void (*enter_close_session)(struct ts_session *s);64 TEE_Result (*dump_mem_stats)(struct ts_session *s);66 void (*dump_state)(struct ts_ctx *ctx);67 void (*dump_ftrace)(struct ts_ctx *ctx);68 void (*release_state)(struct ts_ctx *ctx);69 void (*destroy)(struct ts_ctx *ctx);70 uint32_t (*get_instance_id)(struct ts_ctx *ctx);[all …]