Lines Matching refs:kobj_attribute
25 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show()
30 static const struct kobj_attribute name_attr =
34 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show()
39 static const struct kobj_attribute class_attr =
43 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show()
48 static const struct kobj_attribute inst_attr =
52 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show()
57 static const struct kobj_attribute mmio_attr =
121 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show()
128 static const struct kobj_attribute caps_attr =
132 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show()
137 static const struct kobj_attribute all_caps_attr =
141 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store()
179 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show()
186 static const struct kobj_attribute max_spin_attr =
190 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default()
197 static const struct kobj_attribute max_spin_def =
201 timeslice_store(struct kobject *kobj, struct kobj_attribute *attr, in timeslice_store()
233 timeslice_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_show()
240 static const struct kobj_attribute timeslice_duration_attr =
244 timeslice_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_default()
251 static const struct kobj_attribute timeslice_duration_def =
255 stop_store(struct kobject *kobj, struct kobj_attribute *attr, in stop_store()
284 stop_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_show()
291 static const struct kobj_attribute stop_timeout_attr =
295 stop_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_default()
302 static const struct kobj_attribute stop_timeout_def =
306 preempt_timeout_store(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_store()
339 preempt_timeout_show(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_show()
347 static const struct kobj_attribute preempt_timeout_attr =
351 preempt_timeout_default(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_default()
359 static const struct kobj_attribute preempt_timeout_def =
363 heartbeat_store(struct kobject *kobj, struct kobj_attribute *attr, in heartbeat_store()
396 heartbeat_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_show()
403 static const struct kobj_attribute heartbeat_interval_attr =
407 heartbeat_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_default()
414 static const struct kobj_attribute heartbeat_interval_def =