Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_io_storage.c244 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs()
259 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
284 result = io_open(ufs_dev_handle, in hikey960_load_serialno()
/arm-trusted-firmware-2.8.0/include/drivers/io/
A Dio_storage.h88 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle);
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp_r/
A Dfvp_r_io_storage.c60 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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()
A Dio_encrypted.c118 result = io_open(backend_dev_handle, backend_image_spec, in enc_file_open()
/arm-trusted-firmware-2.8.0/drivers/fwu/
A Dfwu.c93 result = io_open(dev_handle, image_spec, &image_handle); in fwu_metadata_load()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_io_storage.c130 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A Dls_io_storage.c247 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
264 result = io_open(backend_dev_handle, spec, &local_image_handle); in open_backend()
/arm-trusted-firmware-2.8.0/plat/nxp/common/fip_handler/fuse_fip/
A Dfuse_io_storage.c86 result = io_open(fuse_fip_dev_handle, in open_fuse_fip()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/common/
A Dbl_common.c94 io_result = io_open(dev_handle, image_spec, &image_handle); in load_image()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c138 result = io_open(enc_dev_handle, spec, &local_image_handle); in open_enc_fip()
167 io_result = io_open(storage_dev_handle, (uintptr_t)&emmc_boot_fip_block_spec, in get_boot_part_fip_header()

Completed in 36 milliseconds

12