Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
A Dlibfdt.h551 int fdt_next_property_offset(const void *fdt, int offset);
578 property = fdt_next_property_offset(fdt, property))
A Dfdt_ro.c349 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
403 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped381 return check_err(fdt_next_property_offset(self._fdt, prop_offset),

Completed in 9 milliseconds