Searched refs:fdt_first_property_offset (Results 1 – 3 of 3) sorted by relevance
530 int fdt_first_property_offset(const void *fdt, int nodeoffset);576 for (property = fdt_first_property_offset(fdt, node); \
339 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function401 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen_()
364 return check_err(fdt_first_property_offset(self._fdt, nodeoffset),
Completed in 9 milliseconds