Home
last modified time | relevance | path

Searched refs:fdt_get_name (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/
Dfdtget.c162 pathp = fdt_get_name(blob, node, NULL); in list_subnodes()
/scripts/dtc/libfdt/
Dfdt_ro.c233 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()
Dlibfdt.h449 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
Dfdt_rw.c257 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()