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

/gem5/ext/libfdt/
H A Dfdt_ro.c210 int fdt_next_property_offset(const void *fdt, int offset) function
246 (offset = fdt_next_property_offset(fdt, offset))) {
H A Dlibfdt.h350 * fdt_next_property_offset - step through a node's properties
354 * fdt_next_property_offset() finds the property immediately after the
368 int fdt_next_property_offset(const void *fdt, int offset);

Completed in 10 milliseconds