Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 18 of 18) sorted by relevance

/rk3399_ARM-atf/include/plat/common/
H A Dplat_trng.h14 extern uuid_t plat_trng_uuid;
H A Dplat_lfa.h15 const uuid_t uuid;
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c58 static const uuid_t uuid_null;
141 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc()
148 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc()
236 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid()
241 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
256 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str()
271 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str()
347 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
400 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file()
684 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt()
[all …]
H A Dtbbr_config.h18 uuid_t uuid;
H A Dfiptool.h34 uuid_t uuid;
/rk3399_ARM-atf/plat/mediatek/drivers/rng/
H A Drng.c19 uuid_t plat_trng_uuid;
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_trng.c26 uuid_t plat_trng_uuid;
/rk3399_ARM-atf/services/std_svc/trng/
H A Dtrng_main.c20 static const uuid_t uuid_null;
113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
/rk3399_ARM-atf/include/tools_share/
H A Duuid.h74 typedef struct uuid uuid_t; typedef
H A Dfirmware_image_package.h104 uuid_t uuid;
/rk3399_ARM-atf/lib/debugfs/
H A Ddevfip.c28 uuid_t uuid;
36 const uuid_t uuid;
158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
/rk3399_ARM-atf/drivers/io/
H A Dio_fip.c82 static inline int compare_uuids(const uuid_t *uuid1, const uuid_t *uuid2) in compare_uuids()
84 return memcmp(uuid1, uuid2, sizeof(uuid_t)); in compare_uuids()
290 static const uuid_t uuid_null = { {0} }; /* Double braces for clang */ in fip_file_open()
H A Dio_encrypted.c199 sizeof(uuid_t)); in enc_file_read()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_trng.c47 uuid_t plat_trng_uuid;
/rk3399_ARM-atf/include/drivers/io/
H A Dio_storage.h55 uuid_t uuid;
/rk3399_ARM-atf/services/std_svc/
H A Dstd_svc_setup.c31 static uuid_t arm_svc_uid = {
/rk3399_ARM-atf/include/lib/
H A Dsmccc.h193 static const uuid_t _name = { \
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2844 value: uuid_t plat_trng_uuid [mandatory]