Lines Matching refs:kobj_attribute
15 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show()
38 static struct kobj_attribute po_is_pass_set = __ATTR_RO(is_enabled);
41 struct kobj_attribute *attr, in current_password_store()
69 static struct kobj_attribute po_current_password = __ATTR_WO(current_password);
72 struct kobj_attribute *attr, in new_password_store()
97 static struct kobj_attribute po_new_password = __ATTR_WO(new_password);
100 static struct kobj_attribute po_min_pass_length = __ATTR_RO(min_password_length);
103 static struct kobj_attribute po_max_pass_length = __ATTR_RO(max_password_length);
105 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show()
111 static struct kobj_attribute po_mechanism = __ATTR_RO(mechanism);
113 static ssize_t role_show(struct kobject *kobj, struct kobj_attribute *attr, in role_show()
123 static struct kobj_attribute po_role = __ATTR_RO(role);