Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
A Dfdt_overlay.c290 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
588 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
632 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
708 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
714 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
777 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
A Dlibfdt.h447 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped318 return check_err(fdt_subnode_offset(self._fdt, parentoffset, name),

Completed in 12 milliseconds