Searched refs:fdt_set_name (Results 1 – 6 of 6) sorted by relevance
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | portals.c | 69 fdt_set_name(blob, off, buf); in fdt_portal()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | libfdt.h | 1523 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
| A D | fdt_rw.c | 236 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
| /u-boot/board/CZ.NIC/turris_mox/ |
| A D | turris_mox.c | 797 res = fdt_set_name(blob, node, newname); in ft_board_setup()
|
| /u-boot/common/ |
| A D | fdt_support.c | 1813 ret = fdt_set_name(fdt, node, name); in fdt_setup_simplefb_node()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 565 return check_err(fdt_set_name(self._fdt, nodeoffset, name), quiet)
|
Completed in 23 milliseconds