/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/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 | 755 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 761 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 764 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL); 767 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL); 784 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...] |