Lines Matching refs:kobj_attribute

390 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr,  in is_enabled_show()
398 static struct kobj_attribute auth_is_pass_set = __ATTR_RO(is_enabled);
401 struct kobj_attribute *attr, in current_password_store()
418 static struct kobj_attribute auth_current_password = __ATTR_WO(current_password);
421 struct kobj_attribute *attr, in new_password_store()
506 static struct kobj_attribute auth_new_password = __ATTR_WO(new_password);
508 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show()
516 static struct kobj_attribute auth_min_pass_length = __ATTR_RO(min_password_length);
518 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show()
525 static struct kobj_attribute auth_max_pass_length = __ATTR_RO(max_password_length);
527 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show()
532 static struct kobj_attribute auth_mechanism = __ATTR_RO(mechanism);
534 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show()
543 struct kobj_attribute *attr, in encoding_store()
558 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
560 static ssize_t kbdlang_show(struct kobject *kobj, struct kobj_attribute *attr, in kbdlang_show()
569 struct kobj_attribute *attr, in kbdlang_store()
585 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
587 static ssize_t role_show(struct kobject *kobj, struct kobj_attribute *attr, in role_show()
594 static struct kobj_attribute auth_role = __ATTR_RO(role);
596 static ssize_t index_show(struct kobject *kobj, struct kobj_attribute *attr, in index_show()
605 struct kobj_attribute *attr, in index_store()
622 static struct kobj_attribute auth_index = __ATTR_RW(index);
624 static ssize_t level_show(struct kobject *kobj, struct kobj_attribute *attr, in level_show()
633 struct kobj_attribute *attr, in level_store()
648 static struct kobj_attribute auth_level = __ATTR_RW(level);
675 static ssize_t certificate_thumbprint_show(struct kobject *kobj, struct kobj_attribute *attr, in certificate_thumbprint_show()
690 static struct kobj_attribute auth_cert_thumb = __ATTR_RO(certificate_thumbprint);
693 struct kobj_attribute *attr, in cert_to_password_store()
732 static struct kobj_attribute auth_cert_to_password = __ATTR_WO(cert_to_password);
735 struct kobj_attribute *attr, in certificate_store()
805 static struct kobj_attribute auth_certificate = __ATTR_WO(certificate);
808 struct kobj_attribute *attr, in signature_store()
834 static struct kobj_attribute auth_signature = __ATTR_WO(signature);
837 struct kobj_attribute *attr, in save_signature_store()
863 static struct kobj_attribute auth_save_signature = __ATTR_WO(save_signature);
922 static ssize_t display_name_show(struct kobject *kobj, struct kobj_attribute *attr, in display_name_show()
930 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
955 static ssize_t possible_values_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in possible_values_show()
962 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
977 struct kobj_attribute *attr, in current_value_store()
1091 static struct kobj_attribute attr_displ_name = __ATTR_RO(display_name);
1093 static struct kobj_attribute attr_possible_values = __ATTR_RO(possible_values);
1095 static struct kobj_attribute attr_current_val = __ATTR_RW_MODE(current_value, 0600);
1097 static struct kobj_attribute attr_type = __ATTR_RO(type);
1149 static ssize_t pending_reboot_show(struct kobject *kobj, struct kobj_attribute *attr, in pending_reboot_show()
1155 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot);
1158 static ssize_t debug_cmd_store(struct kobject *kobj, struct kobj_attribute *attr, in debug_cmd_store()
1211 static struct kobj_attribute debug_cmd = __ATTR_WO(debug_cmd);