Searched refs:fdt_set_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_rw.c | 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() function
|
H A D | libfdt.h | 1535 * fdt_set_name - change the name of a given node 1540 * fdt_set_name() replaces the name (including unit address, if any) 1558 int fdt_set_name(void *fdt, int nodeoffset, const char *name);
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1576 * fdt_set_name - change the name of a given node 1581 * fdt_set_name() replaces the name (including unit address, if any) 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
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 559 fdt_set_name(initial_boot_params, phy, new_name); in octeon_fdt_set_phy()
|
/kernel/linux/linux-6.6/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()
|
Completed in 12 milliseconds