Searched refs:fdt_path_getprop_namelen (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/scripts/dtc/libfdt/ |
D | fdt_ro.c | 528 static const void *fdt_path_getprop_namelen(const void *fdt, const char *path, in fdt_path_getprop_namelen() function 546 alias = fdt_path_getprop_namelen(fdt, "/aliases", name, namelen, &len); in fdt_get_alias_namelen() 563 return fdt_path_getprop_namelen(fdt, "/__symbols__", name, namelen, NULL); in fdt_get_symbol_namelen()
|