Searched refs:fdt_set_name (Results 1 – 10 of 10) sorted by relevance
/external/dtc/libfdt/ |
D | version.lds | 43 fdt_set_name;
|
D | libfdt.h | 1418 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
D | fdt_rw.c | 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | portals.c | 69 fdt_set_name(blob, off, buf); in fdt_portal()
|
/external/dtc/tests/ |
D | set_name.c | 59 err = fdt_set_name(fdt, offset, newname); in check_set_name()
|
/external/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 1421 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 1554 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
D | fdt_rw.c | 236 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
/external/u-boot/common/ |
D | fdt_support.c | 1726 ret = fdt_set_name(fdt, node, name); in fdt_setup_simplefb_node()
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 565 return check_err(fdt_set_name(self._fdt, nodeoffset, name), quiet)
|