Home | History | Annotate | Download | only in tests

Lines Matching refs:subsubnode2_offset

35 	int subnode1_offset, subnode2_offset, subsubnode2_offset;
58 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
59 if (subsubnode2_offset < 0)
61 fdt_strerror(subsubnode2_offset));
62 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
80 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
81 if (subsubnode2_offset < 0)
83 fdt_strerror(subsubnode2_offset));
84 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
102 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
103 if (subsubnode2_offset != -FDT_ERR_NOTFOUND)
105 fdt_strerror(subsubnode2_offset),