HomeSort by relevance Sort by last modified time
    Searched refs:fdt_open_into (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_empty_tree.c 82 return fdt_open_into(buf, buf, bufsize);
fdt_rw.c 414 int fdt_open_into(const void *fdt, void *buf, int bufsize) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_empty_tree.c 82 return fdt_open_into(buf, buf, bufsize);
fdt_rw.c 419 int fdt_open_into(const void *fdt, void *buf, int bufsize) function
  /external/dtc/libfdt/
fdt_empty_tree.c 82 return fdt_open_into(buf, buf, bufsize);
fdt_rw.c 415 int fdt_open_into(const void *fdt, void *buf, int bufsize) function
libfdt.h 69 * contain the expanded tree. Use fdt_open_into() to move the
102 * read-write functions, this may mean that fdt_open_into() is
112 * then strings). Use fdt_open_into() to reorganize the tree
    [all...]
  /external/dtc/tests/
appendprop2.c 51 CHECK(fdt_open_into(fdt, buf, SPACE));
check_path.c 47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE));
overlay_bad_fixup.c 49 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0);
add_subnode_with_nops.c 70 CHECK(fdt_open_into(fdt, fdt, SPACE));
appendprop1.c 58 CHECK(fdt_open_into(fdt, fdt, SPACE));
open_pack.c 54 err = fdt_open_into(fdt, fdt1, bufsize);
56 FAIL("fdt_open_into(): %s", fdt_strerror(err));
setprop.c 48 err = fdt_open_into(fdt, buf, SPACE);
50 FAIL("fdt_open_into(): %s", fdt_strerror(err));
testutils.c 191 err = fdt_open_into(blob, buf, fdt_totalsize(blob));
197 err = fdt_open_into(blob, buf, newsize);
200 FAIL("fdt_open_into(): %s", fdt_strerror(err));
overlay.c 197 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE));
  /system/libufdt/tests/src/
fdt_overlay_test_app.c 48 fdt_open_into(base_buf, merged_buf, merged_buf_len);
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
PlatformPeiLib.c 55 fdt_open_into (Base, NewBase, EFI_PAGES_TO_SIZE (FdtPages));
  /external/dtc/
fdtoverlay.c 93 fdt_open_into(blob, blob, blob_len);
fdtput.c 137 fdt_open_into(fdt, fdt, new_sz);
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl2_setup.c 157 ret = fdt_open_into(fdt, fdt, PLAT_QEMU_DT_MAX_SIZE);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
FdtUpdateLib.c 313 Error = fdt_open_into(Fdt,(VOID*)(UINTN)(NewFdtBlobBase), (NewFdtBlobSize));
315 DEBUG ((EFI_D_ERROR, "ERROR:fdt_open_into(): %a\n", fdt_strerror (Error)));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 74 * contain the expanded tree. Use fdt_open_into() to move the
105 * read-write functions, this may mean that fdt_open_into() is
115 * then strings). Use fdt_open_into() to reorganize the tree
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 69 * contain the expanded tree. Use fdt_open_into() to move the
100 * read-write functions, this may mean that fdt_open_into() is
110 * then strings). Use fdt_open_into() to reorganize the tree
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
FdtUpdateLib.c 445 Error = fdt_open_into(Fdt,(VOID*)(UINTN)(NewFdtBlobBase), (NewFdtBlobSize));
447 DEBUG ((EFI_D_ERROR, "ERROR:fdt_open_into(): %a\n", fdt_strerror (Error)));

Completed in 754 milliseconds

1 2