/** * struct kobj_eclass - A eclass's kobject struct that connects the kobject and the * eclass. * * When dealing with multiple eclass, this struct helps to understand which eclass * needs to be addressed on a given sysfs call.
*/ struct kobj_eclass { /** @base: The actual kobject */ struct kobject base; /** @eclass: A pointer to the hw engine class interface */ struct xe_hw_engine_class_intf *eclass; /** @xe: A pointer to the xe device */ struct xe_device *xe;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.