Lines Matching defs:node
29 int sp_node, node, err;
47 /* Assert the node offset point to "arm,sp" compatible property */
50 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str);
51 if (node < 0) {
53 return node;
56 fdt_for_each_subnode(sp_node, dtb, node) {
98 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
99 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
100 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5],
155 ERROR("%u: fdt_for_each_subnode(): %d\n", __LINE__, node);