Home
last modified time | relevance | path

Searched refs:fdt_subnode_offset_namelen (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c117 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() function
139 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); in fdt_subnode_offset()
197 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c159 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() function
181 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name)); in fdt_subnode_offset()
219 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen()
H A Dlibfdt.h359 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
H A Dfdt_overlay.c803 ret = fdt_subnode_offset_namelen(fdto, 0, frag_name, in overlay_symbol_update()
H A Dfdt_rw.c359 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen); in fdt_add_subnode_namelen()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c225 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()
285 offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p); in fdt_path_offset_namelen()
H A Dfdt_rw.c345 offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen); in fdt_add_subnode_namelen()
H A Dfdt_overlay.c754 ret = fdt_subnode_offset_namelen(fdto, 0, frag_name, in overlay_symbol_update()
H A Dlibfdt.h471 int fdt_subnode_offset_namelen(const void *fdt, int parentoffset,
/openbmc/linux/scripts/dtc/
H A Dfdtput.c166 node = fdt_subnode_offset_namelen(blob, offset, path, in create_paths()
/openbmc/qemu/system/
H A Ddevice_tree.c577 retval = fdt_subnode_offset_namelen(fdt, parent, name, namelen); in qemu_fdt_add_path()