Home
last modified time | relevance | path

Searched refs:partition_entry_t (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h40 } partition_entry_t; typedef
43 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES];
48 const partition_entry_t *get_partition_entry(const char *name);
49 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_guid);
50 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid);
Dgpt.h46 int parse_gpt_entry(gpt_entry_t *gpt_entry, partition_entry_t *entry);
/trusted-firmware-a-latest/drivers/partition/
Dgpt.c43 int parse_gpt_entry(gpt_entry_t *gpt_entry, partition_entry_t *entry) in parse_gpt_entry()
53 zeromem(entry, sizeof(partition_entry_t)); in parse_gpt_entry()
Dpartition.c406 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry()
421 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_uuid) in get_partition_entry_by_type()
437 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid) in get_partition_entry_by_uuid()
/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c495 const partition_entry_t *entry; in bl2_plat_handle_pre_image_load()
662 const partition_entry_t *entry __maybe_unused; in plat_fwu_set_images_source()
721 const partition_entry_t *entry __maybe_unused; in plat_set_image_source()
/trusted-firmware-a-latest/plat/arm/common/
Darm_io_storage.c165 const partition_entry_t *entry = get_partition_entry(part_name); in arm_set_image_source()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_io_storage.c281 const partition_entry_t *entry; in hikey_set_fip_addr()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_io_storage.c339 const partition_entry_t *entry; in hikey960_set_fip_addr()