ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.27.1.el9_7.x86_64/include/drm/intel
/
usr
src
kernels
5.14.0-611.27.1.el9_7.x86_64
include
drm
intel
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
i915_component.h
1.81 MB
chmod
View
DL
Edit
Rename
Delete
i915_drm.h
3.57 MB
chmod
View
DL
Edit
Rename
Delete
i915_gsc_proxy_mei_interface.h
1.52 MB
chmod
View
DL
Edit
Rename
Delete
i915_hdcp_interface.h
16.26 MB
chmod
View
DL
Edit
Rename
Delete
i915_pxp_tee_interface.h
1.34 MB
chmod
View
DL
Edit
Rename
Delete
intel-gtt.h
1015 B
chmod
View
DL
Edit
Rename
Delete
intel_lpe_audio.h
1.72 MB
chmod
View
DL
Edit
Rename
Delete
pciids.h
29.8 MB
chmod
View
DL
Edit
Rename
Delete
xe_pciids.h
6.3 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.27.1.el9_7.x86_64/include/drm/intel/i915_pxp_tee_interface.h
/* SPDX-License-Identifier: MIT */ /* * Copyright © 2020 Intel Corporation */ #ifndef _I915_PXP_TEE_INTERFACE_H_ #define _I915_PXP_TEE_INTERFACE_H_ #include <linux/mutex.h> #include <linux/device.h> struct scatterlist; /** * struct i915_pxp_component_ops - ops for PXP services. */ struct i915_pxp_component_ops { /** * @owner: Module providing the ops. */ struct module *owner; /** * @send: Send a PXP message. */ int (*send)(struct device *dev, const void *message, size_t size, unsigned long timeout_ms); /** * @recv: Receive a PXP message. */ int (*recv)(struct device *dev, void *buffer, size_t size, unsigned long timeout_ms); /** * @gsc_command: Send a GSC command. */ ssize_t (*gsc_command)(struct device *dev, u8 client_id, u32 fence_id, struct scatterlist *sg_in, size_t total_in_len, struct scatterlist *sg_out); }; /** * 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. */ const struct i915_pxp_component_ops *ops; /** * @mutex: To protect the above members. */ struct mutex mutex; }; #endif /* _I915_TEE_PXP_INTERFACE_H_ */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply