Searched refs:tsm_report_ops (Results 1 – 5 of 5) sorted by relevance
91 * struct tsm_report_ops - attributes and operations for tsm_report instances102 struct tsm_report_ops { struct 110 int tsm_report_register(const struct tsm_report_ops *ops, void *priv); argument 111 int tsm_report_unregister(const struct tsm_report_ops *ops);
16 const struct tsm_report_ops *ops;286 const struct tsm_report_ops *ops; in tsm_report_read() 470 int tsm_report_register(const struct tsm_report_ops *ops, void *priv) in tsm_report_register() 472 const struct tsm_report_ops *conflict; in tsm_report_register() 492 int tsm_report_unregister(const struct tsm_report_ops *ops) in tsm_report_unregister()
184 static const struct tsm_report_ops arm_cca_tsm_ops = {
384 static const struct tsm_report_ops tdx_tsm_ops = {
616 static struct tsm_report_ops sev_tsm_report_ops = {