Searched refs:fdt_add_subnode (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/loader/
H A Ddtb_object.cc111 offset = fdt_add_subnode((void*)fdt_buf_w_space, offset, node_name);
/gem5/ext/libfdt/
H A Dlibfdt.h1394 * Identical to fdt_add_subnode(), but use only the first namelen
1403 * fdt_add_subnode - creates a new node
1408 * fdt_add_subnode() creates a new node as a subnode of the node at
1431 int fdt_add_subnode(void *fdt, int parentoffset, const char *name);
H A Dfdt_rw.c354 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) function

Completed in 11 milliseconds