Lines Matching refs:kobj_attribute

25 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf)  in name_show()
30 static struct kobj_attribute name_attr =
34 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show()
39 static struct kobj_attribute class_attr =
43 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show()
48 static struct kobj_attribute inst_attr =
52 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show()
57 static struct kobj_attribute mmio_attr =
123 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show()
130 static struct kobj_attribute caps_attr =
134 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show()
139 static struct kobj_attribute all_caps_attr =
143 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store()
180 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show()
187 static struct kobj_attribute max_spin_attr =
191 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default()
198 static struct kobj_attribute max_spin_def =
202 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 struct kobj_attribute timeslice_duration_attr =
244 timeslice_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_default()
251 static struct kobj_attribute timeslice_duration_def =
255 stop_store(struct kobject *kobj, struct kobj_attribute *attr, in stop_store()
283 stop_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_show()
290 static struct kobj_attribute stop_timeout_attr =
294 stop_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_default()
301 static struct kobj_attribute stop_timeout_def =
305 preempt_timeout_store(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_store()
337 preempt_timeout_show(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_show()
345 static struct kobj_attribute preempt_timeout_attr =
349 preempt_timeout_default(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_default()
357 static struct kobj_attribute preempt_timeout_def =
361 heartbeat_store(struct kobject *kobj, struct kobj_attribute *attr, in heartbeat_store()
393 heartbeat_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_show()
400 static struct kobj_attribute heartbeat_interval_attr =
404 heartbeat_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_default()
411 static struct kobj_attribute heartbeat_interval_def =