Lines Matching refs:kobj_attribute
388 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show()
396 static struct kobj_attribute auth_is_pass_set = __ATTR_RO(is_enabled);
399 struct kobj_attribute *attr, in current_password_store()
416 static struct kobj_attribute auth_current_password = __ATTR_WO(current_password);
419 struct kobj_attribute *attr, in new_password_store()
500 static struct kobj_attribute auth_new_password = __ATTR_WO(new_password);
502 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show()
510 static struct kobj_attribute auth_min_pass_length = __ATTR_RO(min_password_length);
512 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show()
519 static struct kobj_attribute auth_max_pass_length = __ATTR_RO(max_password_length);
521 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show()
526 static struct kobj_attribute auth_mechanism = __ATTR_RO(mechanism);
528 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show()
537 struct kobj_attribute *attr, in encoding_store()
552 static struct kobj_attribute auth_encoding = __ATTR_RW(encoding);
554 static ssize_t kbdlang_show(struct kobject *kobj, struct kobj_attribute *attr, in kbdlang_show()
563 struct kobj_attribute *attr, in kbdlang_store()
579 static struct kobj_attribute auth_kbdlang = __ATTR_RW(kbdlang);
581 static ssize_t role_show(struct kobject *kobj, struct kobj_attribute *attr, in role_show()
588 static struct kobj_attribute auth_role = __ATTR_RO(role);
590 static ssize_t index_show(struct kobject *kobj, struct kobj_attribute *attr, in index_show()
599 struct kobj_attribute *attr, in index_store()
616 static struct kobj_attribute auth_index = __ATTR_RW(index);
618 static ssize_t level_show(struct kobject *kobj, struct kobj_attribute *attr, in level_show()
627 struct kobj_attribute *attr, in level_store()
642 static struct kobj_attribute auth_level = __ATTR_RW(level);
669 static ssize_t certificate_thumbprint_show(struct kobject *kobj, struct kobj_attribute *attr, in certificate_thumbprint_show()
684 static struct kobj_attribute auth_cert_thumb = __ATTR_RO(certificate_thumbprint);
687 struct kobj_attribute *attr, in cert_to_password_store()
726 static struct kobj_attribute auth_cert_to_password = __ATTR_WO(cert_to_password);
729 struct kobj_attribute *attr, in certificate_store()
799 static struct kobj_attribute auth_certificate = __ATTR_WO(certificate);
802 struct kobj_attribute *attr, in signature_store()
828 static struct kobj_attribute auth_signature = __ATTR_WO(signature);
831 struct kobj_attribute *attr, in save_signature_store()
857 static struct kobj_attribute auth_save_signature = __ATTR_WO(save_signature);
912 static ssize_t display_name_show(struct kobject *kobj, struct kobj_attribute *attr, in display_name_show()
920 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
940 static ssize_t possible_values_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in possible_values_show()
951 struct kobj_attribute *attr, in current_value_store()
1033 static struct kobj_attribute attr_displ_name = __ATTR_RO(display_name);
1035 static struct kobj_attribute attr_possible_values = __ATTR_RO(possible_values);
1037 static struct kobj_attribute attr_current_val = __ATTR_RW_MODE(current_value, 0600);
1053 struct kobj_attribute *kattr; in tlmi_attr_show()
1055 kattr = container_of(attr, struct kobj_attribute, attr); in tlmi_attr_show()
1064 struct kobj_attribute *kattr; in tlmi_attr_store()
1066 kattr = container_of(attr, struct kobj_attribute, attr); in tlmi_attr_store()
1102 static ssize_t pending_reboot_show(struct kobject *kobj, struct kobj_attribute *attr, in pending_reboot_show()
1108 static struct kobj_attribute pending_reboot = __ATTR_RO(pending_reboot);
1111 static ssize_t debug_cmd_store(struct kobject *kobj, struct kobj_attribute *attr, in debug_cmd_store()
1164 static struct kobj_attribute debug_cmd = __ATTR_WO(debug_cmd);