/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt_address.c | 173 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 178 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 192 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 198 na, ns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address() 219 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 224 pna, pns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address()
|
H A D | fdt.c | 219 pathp = fdt_get_name(blob, offset, &l); in populate_node() 644 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt() 670 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt_address.c | 173 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 178 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 192 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 198 na, ns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address() 219 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 224 pna, pns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address()
|
H A D | fdt.c | 216 pathp = fdt_get_name(blob, offset, &len); in populate_node() 590 uname = fdt_get_name(fdt, child, NULL); in fdt_scan_reserved_mem() 690 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt() 717 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes() 1126 fdt_get_name(fdt, node, NULL), l); in early_init_dt_scan_memory()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 286 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 659 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_() 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 564 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 | 523 * fdt_get_name - retrieve the name of a given node 528 * fdt_get_name() retrieves the name (including unit address) of the 545 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 271 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 567 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 644 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_() 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 564 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
H A D | libfdt.h | 541 * fdt_get_name - retrieve the name of a given node 546 * fdt_get_name() retrieves the name (including unit address) of the 563 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
H A D | fdt_rw.c | 243 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtget.c | 148 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fdtget.c | 148 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | acpi.c | 72 const char *name = fdt_get_name(initial_boot_params, node, NULL); in dt_is_stub()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 557 p = fdt_get_name(initial_boot_params, phy, ¤t_len); in octeon_fdt_set_phy()
|
/kernel/linux/linux-6.6/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()
|