Home
last modified time | relevance | path

Searched refs:kobj_to_engine (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dsysfs_engines.c19 static struct intel_engine_cs *kobj_to_engine(struct kobject *kobj) in kobj_to_engine() function
27 return sprintf(buf, "%s\n", kobj_to_engine(kobj)->name); in name_show()
36 return sprintf(buf, "%d\n", kobj_to_engine(kobj)->uabi_class); in class_show()
45 return sprintf(buf, "%d\n", kobj_to_engine(kobj)->uabi_instance); in inst_show()
54 return sprintf(buf, "0x%x\n", kobj_to_engine(kobj)->mmio_base); in mmio_show()
125 struct intel_engine_cs *engine = kobj_to_engine(kobj); in caps_show()
136 return __caps_show(kobj_to_engine(kobj), -1, buf, false); in all_caps_show()
146 struct intel_engine_cs *engine = kobj_to_engine(kobj); in max_spin_store()
182 struct intel_engine_cs *engine = kobj_to_engine(kobj); in max_spin_show()
193 struct intel_engine_cs *engine = kobj_to_engine(kobj); in max_spin_default()
[all …]