Home
last modified time | relevance | path

Searched refs:get_partition_entry (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h48 const partition_entry_t *get_partition_entry(const char *name);
/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c503 entry = get_partition_entry(FIP_IMAGE_NAME); in bl2_plat_handle_pre_image_load()
734 entry = get_partition_entry(METADATA_PART_1); in plat_set_image_source()
736 entry = get_partition_entry(METADATA_PART_2); 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/intel/soc/common/
Dsocfpga_storage.c194 fip_spec.offset = get_partition_entry(a2)->start; in socfpga_io_setup()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_io_storage.c285 entry = get_partition_entry(name); in hikey_set_fip_addr()
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_io_storage.c343 entry = get_partition_entry(name); in hikey960_set_fip_addr()
/trusted-firmware-a-latest/drivers/partition/
Dpartition.c406 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry() function