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

/gem5/ext/libfdt/
H A Dlibfdt.h767 * fdt_node_offset_by_compatible - find nodes with a given 'compatible' value
772 * fdt_node_offset_by_compatible() returns the offset of the first
779 * offset = fdt_node_offset_by_compatible(fdt, -1, compatible);
782 * offset = fdt_node_offset_by_compatible(fdt, offset, compatible);
800 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
H A Dfdt_ro.c530 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, function

Completed in 6 milliseconds