Searched refs:fdt_get_name (Results 1 – 9 of 9) sorted by relevance
/linux/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 249 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 595 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, NULL); in overlay_update_node_conflicting_references() 681 const char *name = fdt_get_name(fdto, fdtochild, NULL); in overlay_prevent_phandle_overwrite_node() 794 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 871 name = fdt_get_name(fdt, nodeoffset, &namelen); in get_path_len()
|
H A D | fdt_ro.c | 17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() 303 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 593 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
H A D | fdt_rw.c | 243 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()
|
H A D | libfdt.h | 588 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
/linux/drivers/of/ |
H A D | of_reserved_mem.c | 260 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem_reg_nodes() 310 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem() 332 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem()
|
/linux/arch/riscv/kernel/pi/ |
H A D | fdt_early.c | 60 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_node_name_eq()
|
/linux/scripts/dtc/ |
H A D | fdtget.c | 148 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
|
/linux/arch/arm64/kernel/ |
H A D | acpi.c | 77 const char *name = fdt_get_name(initial_boot_params, node, NULL); in dt_is_stub()
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 558 p = fdt_get_name(initial_boot_params, phy, ¤t_len); in octeon_fdt_set_phy()
|