Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dfdt_overlay.c275 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
573 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
617 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
693 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
699 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
762 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
H A Dlibfdt.h498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/DragonStub/apps/
H A Dfdt.c119 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
137 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()