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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_ro.c100 int fdt_subnode_offset_namelen(const void *fdt, int offset, function
126 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name));
151 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p);
H A Dlibfdt.h260 * fdt_subnode_offset_namelen - find a subnode based on substring
271 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
H A Dfdt_rw.c319 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen);

Completed in 119 milliseconds