Lines Matching full:node
252 * Make a new node in do_fdt()
256 char *nodep; /* new node to add */ in do_fdt()
257 int nodeoffset; /* node offset from libfdt */ in do_fdt()
261 * Parameters: Node path, new node to be appended to the path. in do_fdt()
291 int nodeoffset; /* node offset from libfdt */ in do_fdt()
298 * Parameters: Node path, property, optional value. in do_fdt()
347 int nodeoffset; /* node offset from libfdt */ in do_fdt()
348 const void *nodep; /* property node pointer */ in do_fdt()
352 * Parameters: Node path, property, optional value. in do_fdt()
409 /* node index not found */ in do_fdt()
410 printf("libfdt node not found\n"); in do_fdt()
468 * Get the starting path. The root node is an oddball, in do_fdt()
485 * Remove a property/node in do_fdt()
488 int nodeoffset; /* node offset from libfdt */ in do_fdt()
492 * Get the path. The root node is an oddball, the offset in do_fdt()
506 * otherwise delete the node. in do_fdt()
641 /* Create a chosen node */ in do_fdt()
678 printf("Could not find configuration node: %s\n", in do_fdt()
994 const void *nodep; /* property node pointer */ in fdt_print()
995 int nodeoffset; /* node offset from libfdt */ in fdt_print()
996 int nextoffset; /* next node offset from libfdt */ in fdt_print()
1012 * The user passed in a property as well as node path. in fdt_print()
1034 * The user passed in a node path and no property, in fdt_print()
1035 * print the node and all subnodes. in fdt_print()
1124 "fdt get name <var> <path> <index> - Get name of node <index> and store in <var>\n"
1128 "fdt mknode <path> <node> - Create a new node after <path>\n"
1129 "fdt rm <path> [<prop>] - Delete the node or <property>\n"
1133 "fdt memory <addr> <size> - Add/Update memory node\n"