Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_ro.c161 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function
292 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
H A Dlibfdt.h343 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
H A Dfdt_rw.c259 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); in fdt_set_name()