Searched refs:fdt_open_into (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c68 rc = fdt_open_into(fdt, buf, size);
193 err = fdt_open_into(fdt, buf, bufsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt.h69 * contain the expanded tree. Use fdt_open_into() to move the
100 * read-write functions, this may mean that fdt_open_into() is
110 * then strings). Use fdt_open_into() to reorganize the tree
803 int fdt_open_into(const void *fdt, void *buf, int bufsize);
H A Dfdt_rw.c389 int fdt_open_into(const void *fdt, void *buf, int bufsize) function

Completed in 188 milliseconds