HomeSort by relevance Sort by last modified time
    Searched refs:fdt_path_offset (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/dtc/tests/
nop_node.c 41 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
47 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
53 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
63 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
65 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"",
69 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
75 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
85 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
87 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"",
91 subnode2_offset = fdt_path_offset(fdt, "/subnode@2")
    [all...]
del_node.c 46 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
52 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
58 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
68 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
70 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"",
74 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
80 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode");
90 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
92 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"",
96 subnode2_offset = fdt_path_offset(fdt, "/subnode@2")
    [all...]
path_offset_aliases.c 3 * Testcase for fdt_path_offset()
35 offset = fdt_path_offset(fdt, full_path);
36 offset_a = fdt_path_offset(fdt, alias_path);
node_offset_by_compatible.c 61 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
62 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
63 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
64 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
node_offset_by_phandle.c 50 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
51 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
overlay.c 46 node_off = fdt_path_offset(fdt, path);
64 node_off = fdt_path_offset(fdt, path);
78 node_off = fdt_path_offset(fdt, path);
91 node_off = fdt_path_offset(fdt, path);
139 off = fdt_path_offset(fdt, "/test-node/new-local-node");
164 off = fdt_path_offset(fdt, "/test-node/new-local-node");
170 off = fdt_path_offset(fdt, "/test-node");
227 if (fdt_path_offset(fdt_base, "/__symbols__") >= 0) {
node_offset_by_prop_value.c 3 * Testcase for fdt_path_offset()
86 subnode1_offset = fdt_path_offset(fdt, "/subnode@1");
87 subnode2_offset = fdt_path_offset(fdt, "/subnode@2");
88 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
89 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode@0");
path-references.c 74 n1 = fdt_path_offset(fdt, "/node1");
76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1));
77 n2 = fdt_path_offset(fdt, "/node2");
79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2));
96 n3 = fdt_path_offset(fdt, "/foo/baz");
98 FAIL("fdt_path_offset(/foo/baz): %s", fdt_strerror(n3));
99 n4 = fdt_path_offset(fdt, "/foobar/baz");
101 FAIL("fdt_path_offset(/foobar/baz): %s", fdt_strerror(n4));
references.c 85 n1 = fdt_path_offset(fdt, "/node1");
87 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1));
88 n2 = fdt_path_offset(fdt, "/node2");
90 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2));
91 n3 = fdt_path_offset(fdt, "/node3");
93 FAIL("fdt_path_offset(/node3): %s", fdt_strerror(n3));
94 n4 = fdt_path_offset(fdt, "/node4");
96 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4));
97 n5 = fdt_path_offset(fdt, "/node5");
99 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5))
    [all...]
stringlist.c 36 offset = fdt_path_offset(fdt, "/");
75 offset = fdt_path_offset(fdt, path);
95 offset = fdt_path_offset(fdt, path);
113 offset = fdt_path_offset(fdt, path);
parent_offset.c 54 nodeoffset = fdt_path_offset(fdt, path);
56 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
58 parentpathoffset = fdt_path_offset(fdt, parentpath);
60 FAIL("fdt_path_offset(%s): %s", parentpath,
supernode_atdepth_offset.c 85 nodeoffset = fdt_path_offset(fdt, path);
87 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
88 superpathoffset = fdt_path_offset(fdt, superpath);
90 FAIL("fdt_path_offset(%s): %s", superpath,
113 nodeoffset = fdt_path_offset(fdt, path);
115 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
addr_size_cells.c 35 offset = fdt_path_offset(fdt, path);
check_path.c 77 exists = fdt_path_offset(fdt_base, argv[3]) >= 0;
get_phandle.c 35 offset = fdt_path_offset(fdt, path);
node_check_compatible.c 36 offset = fdt_path_offset(fdt, path);
38 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(offset));
notfound.c 66 offset = fdt_path_offset(fdt, "/nonexistant-subnode");
67 check_error("fdt_path_offset(\"/nonexistant-subnode\")", offset);
  /external/u-boot/lib/libfdt/
test_libfdt.py 14 print libfdt.fdt_path_offset(fdt, "/aliases")
  /external/u-boot/arch/arm/mach-omap2/
fdt-common.c 31 offs = fdt_path_offset(fdt, path);
83 offs = fdt_path_offset(fdt, path);
89 offs = fdt_path_offset(fdt, path);
94 offs = fdt_path_offset(fdt, path);
101 offs = fdt_path_offset(fdt, path);
137 offs = fdt_path_offset(fdt, path);
140 offs = fdt_path_offset(fdt, path);
  /external/u-boot/arch/arm/lib/
psci-dt.c 24 nodeoff = fdt_path_offset(fdt, "/cpus");
53 nodeoff = fdt_path_offset(fdt, "/psci");
57 nodeoff = fdt_path_offset(fdt, "/");
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
dt.c 22 if (fdt_path_offset(fdt, "/psci") >= 0) {
27 offs = fdt_path_offset(fdt, "/");
  /external/u-boot/arch/arm/mach-rockchip/
spl-boot-order.c 99 int chosen_node = fdt_path_offset(blob, "/chosen");
132 node = fdt_path_offset(blob, conf);
  /external/u-boot/board/freescale/common/
cds_pci_ft.c 20 node = fdt_path_offset(blob, "/aliases");
24 node = fdt_path_offset(blob, path);
  /external/u-boot/test/overlay/
cmd_ut_overlay.c 33 node_off = fdt_path_offset(fdt, path);
58 node_off = fdt_path_offset(fdt, path);
111 off = fdt_path_offset(fdt, "/test-node/new-node");
125 off = fdt_path_offset(fdt, "/new-node");
139 off = fdt_path_offset(fdt, "/test-node/sub-test-node");
156 off = fdt_path_offset(fdt, "/new-local-node");
181 off = fdt_path_offset(fdt, "/new-local-node");
187 off = fdt_path_offset(fdt, "/test-node");
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
fdt.c 65 nodeoffset = fdt_path_offset(blob, "/aliases");
72 path = fdt_path_offset(blob, prop);
85 path = fdt_path_offset(blob, prop);

Completed in 1074 milliseconds

1 2 3 4 5