Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/dtc/libfdt/
Dlibfdt.h581 int fdt_next_property_offset(const void *fdt, int offset);
608 property = fdt_next_property_offset(fdt, property))
Dfdt_ro.c333 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() function
387 (offset = fdt_next_property_offset(fdt, offset))) { in fdt_get_property_namelen_()
/Linux-v5.4/scripts/dtc/
Dfdtget.c123 prop = fdt_next_property_offset(blob, prop); in list_properties()
/Linux-v5.4/drivers/of/
Dfdt.c121 cur = fdt_next_property_offset(blob, cur)) { in populate_properties()