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

Function fdt_path_offset

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

Source from the content-addressed store, hash-verified

293}
294
295int fdt_path_offset(const void *fdt, const char *path)
296{
297 return fdt_path_offset_namelen(fdt, path, strlen(path));
298}
299
300const char *fdt_get_name(const void *fdt, int nodeoffset, int *len)
301{

Callers 14

fdt_path_offset_namelenFunction · 0.70
fdt_get_alias_namelenFunction · 0.70
overlay_fixup_phandlesFunction · 0.70
fdt_install_initrdFunction · 0.50
rt_fdt_scan_rootFunction · 0.50
fdt_scan_reserved_memoryFunction · 0.50
fdt_scan_initrdFunction · 0.50
rt_fdt_model_dumpFunction · 0.50

Calls 1

fdt_path_offset_namelenFunction · 0.70

Tested by

no test coverage detected