/** * struct i915_pxp_component - Used for communication between i915 and TEE * drivers for the PXP services
*/ struct i915_pxp_component { /** * @tee_dev: device that provide the PXP service from TEE Bus.
*/ struct device *tee_dev;
/** * @ops: Ops implemented by TEE driver, used by i915 driver.
*/ conststruct i915_pxp_component_ops *ops;
/** * @mutex: To protect the above members.
*/ struct mutex mutex;
};
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.