HomeSort by relevance Sort by last modified time
    Searched refs:fdt_first_property_offset (Results 1 - 7 of 7) 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/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 447 * fdt_first_property_offset - find the offset of a node's first property
451 * fdt_first_property_offset() finds the first property of the node at
464 int fdt_first_property_offset(const void *fdt, int nodeoffset);
510 for (property = fdt_first_property_offset(fdt, node); \
    [all...]
  /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 68 milliseconds