HomeSort by relevance Sort by last modified time
    Searched refs:subsubnode2_offset (Results 1 - 7 of 7) sorted by null

  /external/dtc/tests/
nop_node.c 35 int subnode1_offset, subnode2_offset, subsubnode2_offset; local
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")
    [all...]
node_offset_by_compatible.c 56 int subsubnode1_offset, subsubnode2_offset; local
64 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
67 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
73 check_search(fdt, "subsubnode2", subsubnode2_offset, -FDT_ERR_NOTFOUND);
76 if (subsubnode1_offset < subsubnode2_offset)
78 subsubnode2_offset, -FDT_ERR_NOTFOUND);
80 check_search(fdt, "subsubnode", subsubnode2_offset,
del_node.c 35 int subnode1_offset, subnode2_offset, subsubnode2_offset; local
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")
    [all...]
node_offset_by_phandle.c 45 int subnode2_offset, subsubnode2_offset; local
51 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
53 if ((subnode2_offset < 0) || (subsubnode2_offset < 0))
57 check_search(fdt, PHANDLE_2, subsubnode2_offset);
node_offset_by_prop_value.c 81 int subsubnode1_offset, subsubnode2_offset; local
89 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
92 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
99 subsubnode2_offset, -FDT_ERR_NOTFOUND);
subnode_offset.c 61 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
77 subsubnode2_offset = check_subnode(fdt, subnode2_offset, "subsubnode@0");
81 check_property_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
84 if (subsubnode2_offset != subsubnode2_offset2)
path_offset.c 96 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
110 subsubnode2_offset = check_subnode(fdt, subnode2_offset, "subsubnode@0");
114 check_path_offset(fdt, "/subnode@2/subsubnode@0", subsubnode2_offset);

Completed in 308 milliseconds