Searched refs:fdt_first_property_offset (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp95 prop = fdt_first_property_offset(fdt, node);
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c221 int fdt_first_property_offset(const void *fdt, int nodeoffset) function
265 for (offset = fdt_first_property_offset(fdt, offset);
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h346 * fdt_first_property_offset - find the offset of a node's first property
350 * fdt_first_property_offset() finds the first property of the node at
363 int fdt_first_property_offset(const void *fdt, int nodeoffset);

Completed in 110 milliseconds