MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / fdt_subnode_offset

Function fdt_subnode_offset

components/drivers/ofw/libfdt/fdt_ro.c:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int fdt_subnode_offset(const void *fdt, int parentoffset,
245 const char *name)
246{
247 return fdt_subnode_offset_namelen(fdt, parentoffset, name, strlen(name));
248}
249
250int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen)
251{

Callers 5

overlay_apply_nodeFunction · 0.70
overlay_mergeFunction · 0.70
overlay_symbol_updateFunction · 0.70
fdt_install_initrdFunction · 0.50

Calls 1

Tested by

no test coverage detected