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

1 2 3 4 5

  /system/libufdt/tests/libufdt_verify/include/
ufdt_test_overlay.h 21 #include <libfdt.h>
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
libfdt.mk 7 LIBFDT_SRCS := $(addprefix lib/libfdt/, \
17 INCLUDES += -Iinclude/lib/libfdt
fdt_empty_tree.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
fdt_addresses.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
fdt_strerror.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
  /external/dtc/tests/
pylibfdt_tests.py 5 # libfdt is dual licensed: you can use it either under the terms of
57 import libfdt
58 from libfdt import FdtException, QUIET_NOTFOUND, QUIET_ALL
69 return 'pylibfdt error %d: %s' % (-err_code, libfdt.fdt_strerror(-err_code))
78 Fdt bytearray suitable for passing to libfdt functions
80 return libfdt.Fdt(open(fname).read())
113 self.assertEquals(type(libfdt), types.ModuleType)
118 fdt = libfdt.Fdt('a string')
119 self.assertEquals(e.exception.err, -libfdt.BADMAGIC)
127 self.assertEquals(e.exception.err, -libfdt.NOTFOUND
    [all...]
find_property.c 2 * libfdt - Flat Device Tree manipulation
25 #include <libfdt.h>
getprop.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
propname_escapes.c 2 * libfdt - Flat Device Tree manipulation
27 #include <libfdt.h>
string_escapes.c 2 * libfdt - Flat Device Tree manipulation
25 #include <libfdt.h>
boot-cpuid.c 24 #include <libfdt.h>
get_mem_rsv.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
root_node.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
truncated_property.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
asm_tree_dump.c 2 * libfdt - Flat Device Tree manipulation
29 #include <libfdt.h>
char_literal.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
get_alias.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
path_offset_aliases.c 2 * libfdt - Flat Device Tree manipulation
26 #include <libfdt.h>
  /system/libufdt/include/
ufdt_overlay.h 20 #include <libfdt.h>
  /system/libufdt/tests/src/
Android.mk 41 libfdt \
59 libfdt \
72 libfdt \
86 libfdt \
103 libfdt \
117 libfdt \
132 libfdt \
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_empty_tree.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
fdt_strerror.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
  /external/dtc/libfdt/
fdt_empty_tree.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
fdt_addresses.c 2 * libfdt - Flat Device Tree manipulation
5 * libfdt is dual licensed: you can use it either under the terms of
54 #include <libfdt.h>
  /external/dtc/
Android.mk 26 libfdt

Completed in 5061 milliseconds

1 2 3 4 5