Home
last modified time | relevance | path

Searched refs:fdt_subnode_offset (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dnotfound.c42 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 Dsubnode_offset.c26 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 Dpath_offset.c26 offset = fdt_subnode_offset(fdt, parent, name); in check_subnode()
H A Ddtbs_equal_unordered.c155 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c291 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 Dversion.lds11 fdt_subnode_offset;
H A Dlibfdt.h479 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c232 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/netbsd-src/external/gpl2/dtc/dist/pylibfdt/
H A Dlibfdt.i314 return check_err(fdt_subnode_offset(self._fdt, parentoffset, name),