Searched refs:fdt_subnode_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h266 * Identical to fdt_subnode_offset(), but only examine the first
274 * fdt_subnode_offset - find a subnode of a given node
279 * fdt_subnode_offset() finds a subnode of the node at structure block
281 * address, in which case fdt_subnode_offset() will find the subnode
283 * which case fdt_subnode_offset() will find an arbitrary subnode
296 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_ro.c151 int fdt_subnode_offset(const void *fdt, int parentoffset, function

Completed in 39 milliseconds