Searched refs:secvar_operations (Results 1 – 4 of 4) sorted by relevance
15 extern const struct secvar_operations *secvar_ops;17 struct secvar_operations { struct32 int set_secvar_ops(const struct secvar_operations *ops); argument36 static inline int set_secvar_ops(const struct secvar_operations *ops) { return 0; } in set_secvar_ops()
13 const struct secvar_operations *secvar_ops __ro_after_init = NULL;15 int set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
146 static const struct secvar_operations opal_secvar_ops = {
201 static const struct secvar_operations plpks_secvar_ops = {