Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c139 fdt_set_name(blob, off, buf); in fdt_portal()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dlibfdt.h1418 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
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c1113 fdt_set_name(blob, noffset, name); in fdt_rename_path()
1244 fdt_set_name((void *)blob, cluster, "cluster1"); in fdt_rm_cpu()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1782 ret = fdt_set_name(fdt, node, name); in fdt_setup_simplefb_node()