Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/partition/
H A 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(
51 const partition_entry_t *get_partition_entry_by_guid(
H A Dgpt.h48 int parse_gpt_entry(gpt_entry_t *gpt_entry, partition_entry_t *entry);
/rk3399_ARM-atf/drivers/partition/
H A 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()
H A Dpartition.c457 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry()
472 const partition_entry_t *get_partition_entry_by_type( in get_partition_entry_by_type()
489 const partition_entry_t *get_partition_entry_by_guid( in get_partition_entry_by_guid()
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c88 partition_entry_t fip_part; in plat_s32g2_io_setup()
/rk3399_ARM-atf/plat/st/common/
H A Dbl2_io_storage.c545 const partition_entry_t *entry; in bl2_plat_handle_pre_image_load()
743 const partition_entry_t *entry __maybe_unused; in plat_fwu_set_images_source()
818 const partition_entry_t *entry __maybe_unused; in set_metadata_image_source()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_io_storage.c188 const partition_entry_t *entry = get_partition_entry(part_name); in arm_set_image_source()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_io_storage.c281 const partition_entry_t *entry; in hikey_set_fip_addr()
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_io_storage.c339 const partition_entry_t *entry; in hikey960_set_fip_addr()