Home
last modified time | relevance | path

Searched refs:fdt_set_name (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c69 fdt_set_name(blob, off, buf); in fdt_portal()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h1424 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
H A Dfdt_rw.c249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
H A Dlibfdt.h1599 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
/openbmc/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c560 fdt_set_name(initial_boot_params, phy, new_name); in octeon_fdt_set_phy()
/openbmc/u-boot/common/
H A Dfdt_support.c1670 ret = fdt_set_name(fdt, node, name); in fdt_setup_simplefb_node()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped553 return check_err(fdt_set_name(self._fdt, nodeoffset, name), quiet)