/** * 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;
};
#endif/* _I915_TEE_PXP_INTERFACE_H_ */
Messung V0.5
[ Verzeichnis aufwärts0.100unsichere Verbindung
Übersetzung europäischer Sprachen durch Browser
]