• Home
  • Raw
  • Download

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()
127 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show()
138 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show()
147 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store()
184 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show()
195 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default()
206 timeslice_store(struct kobject *kobj, struct kobj_attribute *attr, in timeslice_store()
237 timeslice_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_show()
248 timeslice_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in timeslice_default()
259 stop_store(struct kobject *kobj, struct kobj_attribute *attr, in stop_store()
287 stop_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_show()
298 stop_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in stop_default()
309 preempt_timeout_store(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_store()
341 preempt_timeout_show(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_show()
353 preempt_timeout_default(struct kobject *kobj, struct kobj_attribute *attr, in preempt_timeout_default()
365 heartbeat_store(struct kobject *kobj, struct kobj_attribute *attr, in heartbeat_store()
397 heartbeat_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_show()
408 heartbeat_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in heartbeat_default()
418 static void kobj_engine_release(struct kobject *kobj) in kobj_engine_release()
511 struct kobject *kobj; in intel_engines_add_sysfs() local