/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | plat_storage.c | 86 result = io_open(mmap_dev_handle, spec, &local_image_handle); in open_mmap() 101 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_io_storage.c | 146 result = io_open(emmc_dev_handle, spec, &local_handle); in check_emmc() 161 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/ |
D | io_fip.c | 138 result = io_open(backend_dev_handle, backend_image_spec, in fip_dev_init() 201 result = io_open(backend_dev_handle, backend_image_spec, in fip_file_open() 284 result = io_open(backend_dev_handle, backend_image_spec, in fip_file_read()
|
D | io_storage.c | 216 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open() function
|
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/ |
D | qemu_io_storage.c | 273 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip() 289 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 306 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_io_storage.c | 143 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs() 158 result = io_open(fip_dev_handle, spec, &local_image_handle); in check_fip()
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/ |
D | io_storage.h | 87 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle);
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/ |
D | arm_io_storage.c | 218 result = io_open(fip_dev_handle, spec, &local_image_handle); in open_fip() 235 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
|
/device/linaro/bootloader/arm-trusted-firmware/common/ |
D | bl_common.c | 175 io_result = io_open(dev_handle, image_spec, &image_handle); in image_size() 234 io_result = io_open(dev_handle, image_spec, &image_handle); in load_image() 411 io_result = io_open(dev_handle, image_spec, &image_handle); in load_image()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_io_storage.c | 99 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | _iomodule.c | 288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open() function 618 {"open", (PyCFunction)io_open, METH_VARARGS|METH_KEYWORDS, open_doc},
|
/device/linaro/bootloader/arm-trusted-firmware/drivers/partition/ |
D | partition.c | 158 result = io_open(dev_handle, image_spec, &image_handle); in load_partition_table()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | _iomodule.c | 288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open() function 627 {"open", (PyCFunction)io_open, METH_VARARGS|METH_KEYWORDS, open_doc},
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_io_storage.c | 333 ret = io_open(dev_handle, image_spec, &image_handle); in uniphier_check_image()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | liolib.c | 226 static int io_open (lua_State *L) { in io_open() function 595 {"open", io_open},
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | porting-guide.rst | 488 entities than this value using ``io_open()`` will fail with -ENOMEM.
|