Lines Matching defs:kobj

133 #define to_tlmi_pwd_setting(kobj)  container_of(kobj, struct tlmi_pwd_setting, kobj)  argument
134 #define to_tlmi_attr_setting(kobj) container_of(kobj, struct tlmi_attr_setting, kobj) argument
311 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show()
321 static ssize_t current_password_store(struct kobject *kobj, in current_password_store()
343 static ssize_t new_password_store(struct kobject *kobj, in new_password_store()
390 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show()
400 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show()
409 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show()
416 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show()
424 static ssize_t encoding_store(struct kobject *kobj, in encoding_store()
442 static ssize_t kbdlang_show(struct kobject *kobj, struct kobj_attribute *attr, in kbdlang_show()
450 static ssize_t kbdlang_store(struct kobject *kobj, in kbdlang_store()
469 static ssize_t role_show(struct kobject *kobj, struct kobj_attribute *attr, in role_show()
496 static ssize_t display_name_show(struct kobject *kobj, struct kobj_attribute *attr, in display_name_show()
504 static ssize_t current_value_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in current_value_show()
524 static ssize_t possible_values_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in possible_values_show()
534 static ssize_t current_value_store(struct kobject *kobj, in current_value_store()
615 static ssize_t tlmi_attr_show(struct kobject *kobj, struct attribute *attr, in tlmi_attr_show()
626 static ssize_t tlmi_attr_store(struct kobject *kobj, struct attribute *attr, in tlmi_attr_store()
642 static void tlmi_attr_setting_release(struct kobject *kobj) in tlmi_attr_setting_release()
650 static void tlmi_pwd_setting_release(struct kobject *kobj) in tlmi_pwd_setting_release()
667 static ssize_t pending_reboot_show(struct kobject *kobj, struct kobj_attribute *attr, in pending_reboot_show()
676 static ssize_t debug_cmd_store(struct kobject *kobj, struct kobj_attribute *attr, in debug_cmd_store()