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

  /external/dtc/tests/
dtb_reverse.c 118 offset = fdt_first_property_offset(in, nodeoffset);
dtbs_equal_unordered.c 109 for (offset = fdt_first_property_offset(fdt1, offset1);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 441 * fdt_first_property_offset - find the offset of a node's first property
445 * fdt_first_property_offset() finds the first property of the node at
458 int fdt_first_property_offset(const void *fdt, int nodeoffset);
504 for (property = fdt_first_property_offset(fdt, node); \
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 253 int fdt_first_property_offset(const void *fdt, int nodeoffset) function
297 for (offset = fdt_first_property_offset(fdt, offset);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 221 int fdt_first_property_offset(const void *fdt, int nodeoffset) function
265 for (offset = fdt_first_property_offset(fdt, offset);
  /external/dtc/libfdt/
fdt_ro.c 253 int fdt_first_property_offset(const void *fdt, int nodeoffset) function
297 for (offset = fdt_first_property_offset(fdt, offset);
libfdt.h 452 * fdt_first_property_offset - find the offset of a node's first property
456 * fdt_first_property_offset() finds the first property of the node at
469 int fdt_first_property_offset(const void *fdt, int nodeoffset);
515 for (property = fdt_first_property_offset(fdt, node); \
    [all...]
  /external/dtc/pylibfdt/
libfdt.i 204 return check_err(fdt_first_property_offset(self._fdt, nodeoffset),
  /external/dtc/
fdtget.c 128 prop = fdt_first_property_offset(blob, node);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 368 * fdt_first_property_offset - find the offset of a node's first property
372 * fdt_first_property_offset() finds the first property of the node at
385 int fdt_first_property_offset(const void *fdt, int nodeoffset);
    [all...]

Completed in 927 milliseconds