HomeSort by relevance Sort by last modified time
    Searched full:fdt_next_property_offset (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
version.lds 56 fdt_next_property_offset;
fdt_ro.c 231 int fdt_next_property_offset(const void *fdt, int offset) function
267 (offset = fdt_next_property_offset(fdt, offset))) {
  /external/dtc/libfdt/
version.lds 57 fdt_next_property_offset;
fdt_ro.c 263 int fdt_next_property_offset(const void *fdt, int offset) function
299 (offset = fdt_next_property_offset(fdt, offset))) {
libfdt.h 467 * fdt_next_property_offset - step through a node's properties
471 * fdt_next_property_offset() finds the property immediately after the
485 int fdt_next_property_offset(const void *fdt, int offset);
512 property = fdt_next_property_offset(fdt, property))
    [all...]
  /external/dtc/tests/
dtb_reverse.c 70 offset = fdt_next_property_offset(in, offset);
74 FAIL("fdt_next_property_offset(): %s\n", fdt_strerror(offset));
dtbs_equal_unordered.c 111 offset = fdt_next_property_offset(fdt1, offset)) {
  /external/dtc/
fdtget.c 137 prop = fdt_next_property_offset(blob, prop);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 388 * fdt_next_property_offset - step through a node's properties
392 * fdt_next_property_offset() finds the property immediately after the
406 int fdt_next_property_offset(const void *fdt, int offset);
    [all...]

Completed in 284 milliseconds