Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_ro.c231 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
267 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen()
Dlibfdt.h384 int fdt_next_property_offset(const void *fdt, int offset);
/linux-4.1.27/scripts/dtc/
Dfdtget.c137 prop = fdt_next_property_offset(blob, prop); in list_properties()
/linux-4.1.27/drivers/of/
Dfdt.c255 (offset = fdt_next_property_offset(blob, offset))) { in unflatten_dt_node()