Searched refs:fdt_node_offset_by_compatible (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/libs/libfdt/
H A Dfdt_ro.c836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, function
/haiku/headers/libs/libfdt/
H A Dlibfdt.h1057 * fdt_node_offset_by_compatible - find nodes with a given 'compatible' value
1062 * fdt_node_offset_by_compatible() returns the offset of the first
1069 * offset = fdt_node_offset_by_compatible(fdt, -1, compatible);
1072 * offset = fdt_node_offset_by_compatible(fdt, offset, compatible);
1090 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,

Completed in 58 milliseconds