Home
last modified time | relevance | path

Searched refs:io_open (Results 1 – 25 of 37) sorted by relevance

12

/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dio_dev_init_and_check.puml22 arm_io_storage -> io_storage : io_open(fip_dev_handle, spec, &local_image_handle)
23 ref over io_storage : io_open() on fip device
47 arm_io_storage -> io_storage : io_open(memmap_dev_handle, spec, &local_image_handle)
48 ref over io_storage : io_open() on memmap device
A Dio_framework_usage_overview.puml36 bl_common -> io_storage : io_open(dev_handle, image_spec, &image_handle)
37 ref over io_storage : io_open() on fip device
A Dio_arm_class_diagram.puml60 io_open()
/trusted-firmware-a/plat/hisilicon/poplar/
A Dplat_storage.c147 result = io_open(emmc_dev_handle, spec, &local_image_handle); in open_emmc()
168 result = io_open(mmap_dev_handle, spec, &local_image_handle); in open_mmap()
190 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
/trusted-firmware-a/plat/imx/common/
A Dimx_io_storage.c214 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
231 result = io_open(mmc_dev_handle, spec, &local_handle); in open_mmc()
246 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/plat/qemu/common/
A Dqemu_io_storage.c312 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
330 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
347 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
364 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/trusted-firmware-a/plat/layerscape/common/
A Dls_io_storage.c90 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
107 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/plat/intel/soc/common/
A Dsocfpga_storage.c110 result = io_open(boot_dev_handle, spec, &local_handle); in check_dev()
124 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a/plat/arm/common/
A Darm_io_storage.c47 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
63 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/plat/marvell/armada/common/
A Dmarvell_io_storage.c126 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
143 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/plat/rpi/common/
A Drpi3_io_storage.c203 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
219 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/drivers/io/
A Dio_fip.c240 result = io_open(backend_dev_handle, backend_image_spec, in fip_dev_init()
309 result = io_open(backend_dev_handle, backend_image_spec, in fip_file_open()
393 result = io_open(backend_dev_handle, backend_image_spec, in fip_file_read()
/trusted-firmware-a/plat/hisilicon/hikey/
A Dhikey_io_storage.c234 result = io_open(emmc_dev_handle, spec, &local_handle); in check_emmc()
249 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_io_storage.c60 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/trusted-firmware-a/include/drivers/io/
A Dio_storage.h89 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle);
/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_io_storage.c220 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs()
235 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
/trusted-firmware-a/plat/brcm/common/
A Dbrcm_io_storage.c291 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
308 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
/trusted-firmware-a/drivers/fwu/
A Dfwu.c93 result = io_open(dev_handle, image_spec, &image_handle); in fwu_metadata_load()
/trusted-firmware-a/plat/nxp/common/setup/
A Dls_io_storage.c241 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
258 result = io_open(backend_dev_handle, spec, &local_image_handle); in open_backend()
/trusted-firmware-a/plat/arm/board/fvp/
A Dfvp_io_storage.c130 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/trusted-firmware-a/drivers/st/io/
A Dio_stm32image.c177 result = io_open(backend_dev_handle, backend_image_spec, in stm32image_partition_size()
305 result = io_open(backend_dev_handle, backend_image_spec, in stm32image_partition_read()
/trusted-firmware-a/plat/nxp/common/fip_handler/fuse_fip/
A Dfuse_io_storage.c86 result = io_open(fuse_fip_dev_handle, in open_fuse_fip()
/trusted-firmware-a/plat/nxp/common/fip_handler/ddr_fip/
A Dddr_io_storage.c163 result = io_open(ddr_fip_dev_handle, spec, &local_image_handle); in open_ddr_fip()
/trusted-firmware-a/drivers/renesas/common/io/
A Dio_rcar.c338 rc = io_open(rcar_handle, rcar_spec, &handle); in load_bl33x()
401 rc = io_open(rcar_handle, rcar_spec, &handle); in rcar_dev_init()
567 rc = io_open(rcar_handle, rcar_spec, &handle); in rcar_file_read()
/trusted-firmware-a/common/
A Dbl_common.c94 io_result = io_open(dev_handle, image_spec, &image_handle); in load_image()

Completed in 19 milliseconds

12