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

  /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)) {
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 461 * fdt_next_property_offset - step through a node's properties
465 * fdt_next_property_offset() finds the property immediately after the
479 int fdt_next_property_offset(const void *fdt, int offset);
506 property = fdt_next_property_offset(fdt, property))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 263 int fdt_next_property_offset(const void *fdt, int offset) function
299 (offset = fdt_next_property_offset(fdt, offset))) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
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/
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 472 * fdt_next_property_offset - step through a node's properties
476 * fdt_next_property_offset() finds the property immediately after the
490 int fdt_next_property_offset(const void *fdt, int offset);
517 property = fdt_next_property_offset(fdt, property))
    [all...]
  /external/dtc/pylibfdt/
libfdt.i 221 return check_err(fdt_next_property_offset(self._fdt, prop_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 212 milliseconds