Searched refs:fdt_set_name (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | portals.c | 69 fdt_set_name(blob, off, buf); in fdt_portal()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1424 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
H A D | fdt_rw.c | 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1599 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
H A D | fdt_rw.c | 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 560 fdt_set_name(initial_boot_params, phy, new_name); in octeon_fdt_set_phy()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1670 ret = fdt_set_name(fdt, node, name); in fdt_setup_simplefb_node()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 553 return check_err(fdt_set_name(self._fdt, nodeoffset, name), quiet)
|