Searched refs:fdt_path_offset (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dserial.cpp123 node = fdt_path_offset(fdt, name);
H A Dstart.cpp206 int node = fdt_path_offset(gFDT, "/chosen");
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c157 int fdt_path_offset(const void *fdt, const char *path) function
175 offset = fdt_path_offset(fdt, p);
345 aliasoffset = fdt_path_offset(fdt, "/aliases");
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h299 * fdt_path_offset - find a tree node by its full path
303 * fdt_path_offset() finds a node of a given path in the device tree.
320 int fdt_path_offset(const void *fdt, const char *path);

Completed in 56 milliseconds