Searched refs:fdt_get_name (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | fdt_address.c | 174 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 179 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 193 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 199 na, ns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address() 220 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 225 pna, pns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address()
|
D | fdt.c | 194 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node() 639 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt_ro.c | 207 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 385 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
D | libfdt.h | 381 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
D | fdt_rw.c | 259 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()
|
/linux-4.4.14/scripts/dtc/ |
D | fdtget.c | 162 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 519 p = fdt_get_name(initial_boot_params, phy, ¤t_len); in octeon_fdt_set_phy()
|