Home | History | Annotate | Download | only in tests

Lines Matching refs:subsubnode2_offset

35 	int subnode1_offset, subnode2_offset, subsubnode2_offset;
53 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
54 if (subsubnode2_offset < 0)
56 fdt_strerror(subsubnode2_offset));
57 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
75 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
76 if (subsubnode2_offset < 0)
78 fdt_strerror(subsubnode2_offset));
79 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
97 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
98 if (subsubnode2_offset != -FDT_ERR_NOTFOUND)
100 fdt_strerror(subsubnode2_offset),