MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / fdt_add_subnode

Function fdt_add_subnode

components/drivers/ofw/libfdt/fdt_rw.c:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int fdt_add_subnode(void *fdt, int parentoffset, const char *name)
378{
379 return fdt_add_subnode_namelen(fdt, parentoffset, name, strlen(name));
380}
381
382int fdt_del_node(void *fdt, int nodeoffset)
383{

Callers 3

overlay_apply_nodeFunction · 0.70
overlay_symbol_updateFunction · 0.70
fdt_add_subnode_possibleFunction · 0.50

Calls 1

fdt_add_subnode_namelenFunction · 0.70

Tested by

no test coverage detected