Searched defs:kobj (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | ksysfs.c | 33 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show() 42 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show() 47 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store() 63 static ssize_t profiling_show(struct kobject *kobj, in profiling_show() 68 static ssize_t profiling_store(struct kobject *kobj, in profiling_store() 94 static ssize_t kexec_loaded_show(struct kobject *kobj, in kexec_loaded_show() 101 static ssize_t kexec_crash_loaded_show(struct kobject *kobj, in kexec_crash_loaded_show() 108 static ssize_t kexec_crash_size_show(struct kobject *kobj, in kexec_crash_size_show() 113 static ssize_t kexec_crash_size_store(struct kobject *kobj, in kexec_crash_size_store() 128 static ssize_t vmcoreinfo_show(struct kobject *kobj, in vmcoreinfo_show() [all …]
|
D | params.c | 801 struct kobject *kobj; in locate_module_kobject() local 925 static ssize_t module_attr_show(struct kobject *kobj, in module_attr_show() 944 static ssize_t module_attr_store(struct kobject *kobj, in module_attr_store() 968 static int uevent_filter(struct kset *kset, struct kobject *kobj) in uevent_filter() 984 static void module_kobj_release(struct kobject *kobj) in module_kobj_release()
|
D | padata.c | 825 static void padata_sysfs_release(struct kobject *kobj) in padata_sysfs_release() 904 static ssize_t padata_sysfs_show(struct kobject *kobj, in padata_sysfs_show() 919 static ssize_t padata_sysfs_store(struct kobject *kobj, struct attribute *attr, in padata_sysfs_store()
|
D | module.c | 1549 static ssize_t module_notes_read(struct file *filp, struct kobject *kobj, in module_notes_read() 1738 struct kobject *kobj; in mod_sysfs_init() local
|
/kernel/power/ |
D | main.c | 58 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show() 64 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store() 93 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show() 114 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store() 254 static ssize_t pm_print_times_show(struct kobject *kobj, in pm_print_times_show() 260 static ssize_t pm_print_times_store(struct kobject *kobj, in pm_print_times_store() 283 static ssize_t pm_wakeup_irq_show(struct kobject *kobj, in pm_wakeup_irq_show() 308 static ssize_t state_show(struct kobject *kobj, struct kobj_attribute *attr, in state_show() 355 static ssize_t state_store(struct kobject *kobj, struct kobj_attribute *attr, in state_store() 414 static ssize_t wakeup_count_show(struct kobject *kobj, in wakeup_count_show() [all …]
|
D | hibernate.c | 941 static ssize_t disk_show(struct kobject *kobj, struct kobj_attribute *attr, in disk_show() 976 static ssize_t disk_store(struct kobject *kobj, struct kobj_attribute *attr, in disk_store() 1027 static ssize_t resume_show(struct kobject *kobj, struct kobj_attribute *attr, in resume_show() 1034 static ssize_t resume_store(struct kobject *kobj, struct kobj_attribute *attr, in resume_store() 1063 static ssize_t image_size_show(struct kobject *kobj, struct kobj_attribute *attr, in image_size_show() 1069 static ssize_t image_size_store(struct kobject *kobj, struct kobj_attribute *attr, in image_size_store() 1084 static ssize_t reserved_size_show(struct kobject *kobj, in reserved_size_show() 1090 static ssize_t reserved_size_store(struct kobject *kobj, in reserved_size_store()
|
D | wakeup_reason.c | 44 static ssize_t last_resume_reason_show(struct kobject *kobj, struct kobj_attribute *attr, in last_resume_reason_show() 67 static ssize_t last_suspend_time_show(struct kobject *kobj, in last_suspend_time_show()
|
/kernel/irq/ |
D | irqdesc.c | 135 static ssize_t per_cpu_count_show(struct kobject *kobj, in per_cpu_count_show() 155 static ssize_t chip_name_show(struct kobject *kobj, in chip_name_show() 172 static ssize_t hwirq_show(struct kobject *kobj, in hwirq_show() 187 static ssize_t type_show(struct kobject *kobj, in type_show() 203 static ssize_t name_show(struct kobject *kobj, in name_show() 218 static ssize_t actions_show(struct kobject *kobj, in actions_show() 377 static void irq_kobj_release(struct kobject *kobj) in irq_kobj_release()
|
/kernel/livepatch/ |
D | core.c | 606 static ssize_t enabled_store(struct kobject *kobj, struct kobj_attribute *attr, in enabled_store() 649 static ssize_t enabled_show(struct kobject *kobj, in enabled_show() 664 static void klp_kobj_release_patch(struct kobject *kobj) in klp_kobj_release_patch() 678 static void klp_kobj_release_object(struct kobject *kobj) in klp_kobj_release_object() 687 static void klp_kobj_release_func(struct kobject *kobj) in klp_kobj_release_func()
|