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

  /external/dtc/tests/
supernode_atdepth_offset.c 3 * Testcase for fdt_supernode_atdepth_offset()
93 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset,
96 FAIL("fdt_supernode_atdepth_offset(): %s",
100 FAIL("fdt_supernode_atdepth_offset() returns %d instead of %d",
117 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL);
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
482 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
494 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 410 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
451 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
463 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
  /external/dtc/libfdt/
fdt_ro.c 441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
482 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
494 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
libfdt.h 768 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
774 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
777 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
780 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
797 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 749 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
755 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
758 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
761 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
778 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 640 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
646 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
649 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
652 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
669 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,
    [all...]

Completed in 197 milliseconds