Searched refs:memmap_dev_handle (Results 1 – 9 of 9) sorted by relevance
/external/arm-trusted-firmware/plat/layerscape/common/ |
D | ls_io_storage.c | 22 static uintptr_t memmap_dev_handle; variable 56 &memmap_dev_handle, 105 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 107 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 133 &memmap_dev_handle); in ls_io_setup()
|
/external/arm-trusted-firmware/plat/marvell/common/ |
D | marvell_io_storage.c | 25 static uintptr_t memmap_dev_handle; variable 62 &memmap_dev_handle, 122 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 124 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 150 &memmap_dev_handle); in marvell_io_setup()
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | io_dev_init_and_check.puml | 38 - memmap_dev_handle 44 arm_io_storage -> io_storage : io_dev_init(memmap_dev_handle, NULL) 47 arm_io_storage -> io_storage : io_open(memmap_dev_handle, spec, &local_image_handle) 54 memmap_dev_handle ready
|
D | io_arm_class_diagram.puml | 12 memmap_dev_handle 33 memmap_dev_handle : uintptr_t
|
D | io_dev_registration.puml | 40 arm_io_storage -> io_storage : io_dev_open(memmap_dev_con, NULL, memmap_dev_handle)
|
/external/arm-trusted-firmware/plat/rpi/common/ |
D | rpi3_io_storage.c | 40 static uintptr_t memmap_dev_handle; variable 117 &memmap_dev_handle, 217 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 219 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 244 &memmap_dev_handle); in plat_rpi3_io_setup()
|
/external/arm-trusted-firmware/plat/imx/imx7/common/ |
D | imx7_io_storage.c | 49 static uintptr_t memmap_dev_handle; variable 117 &memmap_dev_handle, 213 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 215 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 260 &memmap_dev_handle); in plat_imx7_io_setup()
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_io_storage.c | 26 static uintptr_t memmap_dev_handle; variable 136 &memmap_dev_handle, 283 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 285 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 311 &memmap_dev_handle); in arm_io_setup()
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_io_storage.c | 47 static uintptr_t memmap_dev_handle; variable 189 &memmap_dev_handle, 289 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 291 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 333 &memmap_dev_handle); in plat_qemu_io_setup()
|