Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dfdtdec_test.c95 CHECK(fdt_end_node(fdt)); in make_fdt()
104 CHECK(fdt_end_node(fdt)); in make_fdt()
107 CHECK(fdt_end_node(fdt)); in make_fdt()
/openbmc/u-boot/tools/
H A Dfit_image.c223 fdt_end_node(fdt); in fit_write_images()
244 fdt_end_node(fdt); in fit_write_images()
260 fdt_end_node(fdt); in fit_write_images()
263 fdt_end_node(fdt); in fit_write_images()
309 fdt_end_node(fdt); in fit_write_configs()
322 fdt_end_node(fdt); in fit_write_configs()
325 fdt_end_node(fdt); in fit_write_configs()
346 fdt_end_node(fdt); in fit_build_fdt()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c29 err = fdt_end_node(buf); in fdt_create_empty_tree()
H A Dfdt_sw.c236 int fdt_end_node(void *fdt) in fdt_end_node() function
H A Dlibfdt.h1515 int fdt_end_node(void *fdt);
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_empty_tree.c74 err = fdt_end_node(buf); in fdt_create_empty_tree()
H A Dfdt_sw.c186 int fdt_end_node(void *fdt) in fdt_end_node() function
H A Dlibfdt.h1341 int fdt_end_node(void *fdt);
/openbmc/qemu/system/
H A Ddevice_tree.c57 ret = fdt_end_node(fdt); in create_device_tree()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped941 while self.check_space(fdt_end_node(self._fdt)):