Searched refs:fdt_end_node (Results 1 - 10 of 10) sorted by relevance

/u-boot/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c29 err = fdt_end_node(buf);
H A Dfdt_sw.c60 * fdt_end_node()
238 int fdt_end_node(void *fdt) function
H A Dlibfdt.h1440 int fdt_end_node(void *fdt);
/u-boot/test/cmd/
H A Dfdt.c43 ut_assertok(fdt_end_node(fdt));
113 ut_assertok(fdt_end_node(fdt));
136 ut_assertok(fdt_end_node(fdt));
137 ut_assertok(fdt_end_node(fdt));
139 ut_assertok(fdt_end_node(fdt));
1215 ut_assertok(fdt_end_node(fdt));
1216 ut_assertok(fdt_end_node(fdt));
1383 ut_assertok(fdt_end_node(fdt));
1384 ut_assertok(fdt_end_node(fdt));
1398 ut_assertok(fdt_end_node(fdt
[all...]
/u-boot/lib/
H A Dfdtdec_test.c77 CHECK(fdt_end_node(fdt));
86 CHECK(fdt_end_node(fdt));
89 CHECK(fdt_end_node(fdt));
247 CHECK(fdt_end_node(fdt));
H A Dof_live.c421 ret = fdt_end_node(abuf_data(buf));
424 ret = fdt_end_node(abuf_data(buf));
/u-boot/tools/
H A Dfit_image.c248 fdt_end_node(fdt);
255 fdt_end_node(fdt);
298 fdt_end_node(fdt);
323 fdt_end_node(fdt);
343 fdt_end_node(fdt);
346 fdt_end_node(fdt);
393 fdt_end_node(fdt);
407 fdt_end_node(fdt);
410 fdt_end_node(fdt);
431 fdt_end_node(fd
[all...]
/u-boot/boot/
H A Dcedit.c390 ret = fdt_end_node(fdt);
392 ret = fdt_end_node(fdt);
/u-boot/test/image/
H A Dspl_load.c209 if (fdt_end_node(dst)) /* u-boot */
211 if (fdt_end_node(dst)) /* images */
224 if (fdt_end_node(dst)) /* configurations */
226 if (fdt_end_node(dst)) /* config-1 */
229 if (fdt_end_node(dst)) /* root */
/u-boot/test/dm/
H A Dofnode.c791 ut_assertok(fdt_end_node(fdt));
794 ut_assertok(fdt_end_node(fdt));
796 ut_assertok(fdt_end_node(fdt));

Completed in 136 milliseconds