Searched refs:fdt_get_name (Results 1 – 4 of 4) sorted by relevance
/scripts/dtc/ |
D | fdtget.c | 162 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 233 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 411 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
D | libfdt.h | 449 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
|
D | fdt_rw.c | 257 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()
|