Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
int fdt_path_offset(const void *fdt, const char *path)
296
{
297
return fdt_path_offset_namelen(fdt, path, strlen(path));
298
}
299
300
const char *fdt_get_name(const void *fdt, int nodeoffset, int *len)
301
{
Callers
14
fdt_path_offset_namelen
Function · 0.70
fdt_get_alias_namelen
Function · 0.70
fdt_overlay_target_offset
Function · 0.70
overlay_update_local_references
Function · 0.70
overlay_fixup_one_phandle
Function · 0.70
overlay_fixup_phandles
Function · 0.70
fdt_install_initrd
Function · 0.50
rt_fdt_scan_root
Function · 0.50
fdt_scan_reserved_memory
Function · 0.50
fdt_scan_initrd
Function · 0.50
rt_fdt_model_dump
Function · 0.50
rt_fdt_scan_chosen_stdout
Function · 0.50
Calls
1
fdt_path_offset_namelen
Function · 0.70
Tested by
no test coverage detected