Searched refs:fdt_subnode_offset_namelen (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 225 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() function 247 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); in fdt_subnode_offset() 288 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen()
|
| /linux/scripts/dtc/ |
| H A D | fdtput.c | 166 node = fdt_subnode_offset_namelen(blob, offset, path, in create_paths()
|