Home
last modified time | relevance | path

Searched refs:fdt_next_property_offset (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dlibfdt.h629 int fdt_next_property_offset(const void *fdt, int offset);
656 property = fdt_next_property_offset(fdt, property))
H A Dfdt_ro.c351 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
406 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
/linux/scripts/dtc/
H A Dfdtget.c123 prop = fdt_next_property_offset(blob, prop); in list_properties()