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