Searched refs:fdt_next_property_offset (Results 1 – 4 of 4) sorted by relevance
56 fdt_next_property_offset;
229 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function265 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen()
404 int fdt_next_property_offset(const void *fdt, int offset);
723 propoff = fdt_next_property_offset(pfdt, propoff)) { in copy_properties()
Completed in 8 milliseconds