HomeSort by: relevance | last modified time | path
    Searched refs:fdt_subnode_offset (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
notfound.c 42 subnode1_offset = fdt_subnode_offset(fdt, 0, "subnode@1");
49 offset = fdt_subnode_offset(fdt, 0, "nonexistant-subnode");
50 check_error("fdt_subnode_offset(\"nonexistant-subnode\")", offset);
52 offset = fdt_subnode_offset(fdt, 0, "subsubnode");
53 check_error("fdt_subnode_offset(\"subsubnode\")", offset);
subnode_offset.c 6 * Testcase for fdt_subnode_offset()
26 offset = fdt_subnode_offset(fdt, parent, name);
29 FAIL("fdt_subnode_offset(\"%s\"): %s", name, fdt_strerror(offset));
77 ss21_off = fdt_subnode_offset(fdt, subnode2_offset, "ss1");
81 ss12_off = fdt_subnode_offset(fdt, subnode1_offset, "ss2");
path_offset.c 26 offset = fdt_subnode_offset(fdt, parent, name);
29 FAIL("fdt_subnode_offset(\"%s\"): %s", name, fdt_strerror(offset));
dtbs_equal_unordered.c 155 coffset2 = fdt_subnode_offset(fdt2, offset2, name);
159 FAIL("fdt_subnode_offset(): %s\n",
  /src/sys/external/bsd/libfdt/dist/
version.lds 11 fdt_subnode_offset;
fdt_overlay.c 291 tree_child = fdt_subnode_offset(fdto, tree_node,
589 nnode = fdt_subnode_offset(fdt, target, name);
633 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__");
709 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__");
715 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__");
778 ret = fdt_subnode_offset(fdto, fragment, "__overlay__");
libfdt.h 446 * Identical to fdt_subnode_offset(), but only examine the first
456 * fdt_subnode_offset - find a subnode of a given node
461 * fdt_subnode_offset() finds a subnode of the node at structure block
463 * address, in which case fdt_subnode_offset() will find the subnode
465 * which case fdt_subnode_offset() will find an arbitrary subnode
479 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
fdt_ro.c 232 int fdt_subnode_offset(const void *fdt, int parentoffset, function
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 314 return check_err(fdt_subnode_offset(self._fdt, parentoffset, name),

Completed in 33 milliseconds