ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/soc/qcom
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
linux
soc
qcom
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
apr.h
4.88 MB
chmod
View
DL
Edit
Rename
Delete
geni-se.h
14.1 MB
chmod
View
DL
Edit
Rename
Delete
irq.h
1.08 MB
chmod
View
DL
Edit
Rename
Delete
llcc-qcom.h
5.38 MB
chmod
View
DL
Edit
Rename
Delete
mdt_loader.h
2.13 MB
chmod
View
DL
Edit
Rename
Delete
pdr.h
814 B
chmod
View
DL
Edit
Rename
Delete
pmic_glink.h
751 B
chmod
View
DL
Edit
Rename
Delete
qcom_aoss.h
654 B
chmod
View
DL
Edit
Rename
Delete
qmi.h
7.85 MB
chmod
View
DL
Edit
Rename
Delete
smd-rpm.h
1.7 MB
chmod
View
DL
Edit
Rename
Delete
smem.h
348 B
chmod
View
DL
Edit
Rename
Delete
smem_state.h
1.57 MB
chmod
View
DL
Edit
Rename
Delete
wcnss_ctrl.h
494 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/soc/qcom/mdt_loader.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_MDT_LOADER_H__ #define __QCOM_MDT_LOADER_H__ #include <linux/types.h> #define QCOM_MDT_TYPE_MASK (7 << 24) #define QCOM_MDT_TYPE_HASH (2 << 24) #define QCOM_MDT_RELOCATABLE BIT(27) struct device; struct firmware; struct qcom_scm_pas_metadata; #if IS_ENABLED(CONFIG_QCOM_MDT_LOADER) ssize_t qcom_mdt_get_size(const struct firmware *fw); int qcom_mdt_pas_init(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, phys_addr_t mem_phys, struct qcom_scm_pas_metadata *pas_metadata_ctx); int qcom_mdt_load(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, void *mem_region, phys_addr_t mem_phys, size_t mem_size, phys_addr_t *reloc_base); int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, void *mem_region, phys_addr_t mem_phys, size_t mem_size, phys_addr_t *reloc_base); void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len, const char *fw_name, struct device *dev); #else /* !IS_ENABLED(CONFIG_QCOM_MDT_LOADER) */ static inline ssize_t qcom_mdt_get_size(const struct firmware *fw) { return -ENODEV; } static inline int qcom_mdt_pas_init(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, phys_addr_t mem_phys, struct qcom_scm_pas_metadata *pas_metadata_ctx) { return -ENODEV; } static inline int qcom_mdt_load(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, void *mem_region, phys_addr_t mem_phys, size_t mem_size, phys_addr_t *reloc_base) { return -ENODEV; } static inline int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw, const char *fw_name, int pas_id, void *mem_region, phys_addr_t mem_phys, size_t mem_size, phys_addr_t *reloc_base) { return -ENODEV; } static inline void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len, const char *fw_name, struct device *dev) { return ERR_PTR(-ENODEV); } #endif /* !IS_ENABLED(CONFIG_QCOM_MDT_LOADER) */ #endif
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply