Lines Matching refs:kobj_attribute
129 struct kobj_attribute *attr, in statusbin()
145 static ssize_t status_show(struct kobject *kobj, struct kobj_attribute in status_show()
207 static struct kobj_attribute password_spm_status = __ATTR_RO(status);
210 static struct kobj_attribute password_spm_is_key_enabled = __ATTR_RO(is_enabled);
212 static ssize_t key_mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in key_mechanism_show()
219 static struct kobj_attribute password_spm_key_mechanism = __ATTR_RO(key_mechanism);
222 struct kobj_attribute *attr, in sk_store()
254 static struct kobj_attribute password_spm_signing_key = __ATTR_WO(sk);
257 struct kobj_attribute *attr, in kek_store()
291 static struct kobj_attribute password_spm_endorsement_key = __ATTR_WO(kek);
293 static ssize_t role_show(struct kobject *kobj, struct kobj_attribute *attr, in role_show()
299 static struct kobj_attribute password_spm_role = __ATTR_RO(role);
302 struct kobj_attribute *attr, in auth_token_store()
328 static struct kobj_attribute password_spm_auth_token = __ATTR_WO(auth_token);