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

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c237 int fdt_next_property_offset(const void *fdt, int offset) fdt_next_property_offset() function
273 (offset = fdt_next_property_offset(fdt, offset))) { fdt_get_property_namelen()
H A Dlibfdt.h404 * fdt_next_property_offset - step through a node's properties
408 * fdt_next_property_offset() finds the property immediately after the
422 int fdt_next_property_offset(const void *fdt, int offset);
/linux-4.4.14/scripts/dtc/
H A Dfdtget.c137 prop = fdt_next_property_offset(blob, prop); list_properties()
/linux-4.4.14/drivers/of/
H A Dfdt.c259 (offset = fdt_next_property_offset(blob, offset))) { unflatten_dt_node()

Completed in 143 milliseconds