Searched refs:fdt_subnode_offset (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | notfound.c | 42 subnode1_offset = fdt_subnode_offset(fdt, 0, "subnode@1"); in main() 49 offset = fdt_subnode_offset(fdt, 0, "nonexistant-subnode"); in main() 52 offset = fdt_subnode_offset(fdt, 0, "subsubnode"); in main()
|
| H A D | subnode_offset.c | 26 offset = fdt_subnode_offset(fdt, parent, name); in check_subnode() 77 ss21_off = fdt_subnode_offset(fdt, subnode2_offset, "ss1"); in main() 81 ss12_off = fdt_subnode_offset(fdt, subnode1_offset, "ss2"); in main()
|
| H A D | path_offset.c | 26 offset = fdt_subnode_offset(fdt, parent, name); in check_subnode()
|
| H A D | dtbs_equal_unordered.c | 155 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
|
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | fdt_overlay.c | 291 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references() 589 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node() 633 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge() 709 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update() 715 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update() 778 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
|
| H A D | version.lds | 11 fdt_subnode_offset;
|
| H A D | libfdt.h | 479 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
| H A D | fdt_ro.c | 232 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
| /netbsd-src/external/gpl2/dtc/dist/pylibfdt/ |
| H A D | libfdt.i | 314 return check_err(fdt_subnode_offset(self._fdt, parentoffset, name),
|