Lines Matching refs:offset2
92 const void *fdt2, int offset2) in compare_properties() argument
112 data2 = fdt_getprop(fdt2, offset2, name, &len2); in compare_properties()
138 const void *fdt2, int offset2);
141 const void *fdt2, int offset2, in compare_subnodes() argument
153 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
166 const void *fdt2, int offset2) in compare_node() argument
172 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); in compare_node()
179 compare_properties(fdt1, offset1, fdt2, offset2); in compare_node()
180 compare_properties(fdt2, offset2, fdt1, offset1); in compare_node()
182 compare_subnodes(fdt1, offset1, fdt2, offset2, 1); in compare_node()
183 compare_subnodes(fdt2, offset2, fdt1, offset1, 0); in compare_node()