Lines Matching defs:kobj

19 static struct intel_engine_cs *kobj_to_engine(struct kobject *kobj)  in kobj_to_engine()
25 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show()
34 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show()
43 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show()
52 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show()
123 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show()
134 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show()
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()
191 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default()
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()
244 timeslice_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_default()
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()
294 stop_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_default()
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()
349 preempt_timeout_default(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_default()
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()
404 heartbeat_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_default()
414 static void kobj_engine_release(struct kobject *kobj) in kobj_engine_release()
507 struct kobject *kobj; in intel_engines_add_sysfs() local