Searched defs:property (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | tpm.c | 29 const uint32_t *property = NULL; in read_dt_tpm_log_info() local
|
/optee_os-3.20.0/core/pta/ |
A D | secstor_ta_mgmt.c | 49 struct tee_tadb_property property; in install_ta() local
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_overlay.c | 428 int property) in overlay_fixup_phandle() 512 int property; in overlay_fixup_phandles() local 559 int property; in overlay_apply_node() local
|
A D | fdt_ro.c | 699 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 724 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 755 const char *property, int idx, in fdt_stringlist_get()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 137 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 161 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() 605 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_chip.c | 58 static enum tpm2_result tpm2_get_tpm_property(uint32_t property, uint32_t *val) in tpm2_get_tpm_property()
|
A D | tpm2_cmd.c | 151 enum tpm2_result tpm2_get_capability(uint32_t capability, uint32_t property, in tpm2_get_capability()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | secure_partition.c | 364 static TEE_Result sp_dt_get_u64(const void *fdt, int node, const char *property, in sp_dt_get_u64() 379 static TEE_Result sp_dt_get_u32(const void *fdt, int node, const char *property, in sp_dt_get_u32() 395 const char *property, TEE_UUID *uuid) in sp_dt_get_uuid()
|
/optee_os-3.20.0/core/include/ |
A D | tpm2.h | 125 uint32_t property; member
|
/optee_os-3.20.0/core/tee/ |
A D | tadb.c | 372 TEE_Result tee_tadb_ta_create(const struct tee_tadb_property *property, in tee_tadb_ta_create()
|
Completed in 17 milliseconds