Searched refs:fdt_subnode_offset_namelen (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c132 int fdt_subnode_offset_namelen(const void *fdt, int offset, fdt_subnode_offset_namelen() function
154 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); fdt_subnode_offset()
192 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); fdt_path_offset_namelen()
H A Dfdt_rw.c346 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen); fdt_add_subnode_namelen()
H A Dlibfdt.h287 * fdt_subnode_offset_namelen - find a subnode based on substring
298 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
/linux-4.4.14/scripts/dtc/
H A Dfdtput.c180 node = fdt_subnode_offset_namelen(blob, offset, path, create_paths()

Completed in 142 milliseconds