Searched refs:subsubnode1_offset (Results 1 - 4 of 4) sorted by relevance

/external/dtc/tests/
H A Dnode_offset_by_compatible.c56 int subsubnode1_offset, subsubnode2_offset; local
63 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
67 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
72 check_search(fdt, "subsubnode1", subsubnode1_offset, -FDT_ERR_NOTFOUND);
76 if (subsubnode1_offset < subsubnode2_offset)
77 check_search(fdt, "subsubnode", subsubnode1_offset,
81 subsubnode1_offset, -FDT_ERR_NOTFOUND);
H A Dnode_offset_by_prop_value.c81 int subsubnode1_offset, subsubnode2_offset; local
88 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
92 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
96 subsubnode1_offset, -FDT_ERR_NOTFOUND);
H A Dsubnode_offset.c61 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
76 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode");
80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1);
H A Dpath_offset.c96 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
109 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode");
113 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset);

Completed in 658 milliseconds