Home
last modified time | relevance | path

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

/linux-6.15/scripts/dtc/libfdt/
H A Dlibfdt.h608 int fdt_first_property_offset(const void *fdt, int nodeoffset);
654 for (property = fdt_first_property_offset(fdt, node); \
H A Dfdt_ro.c341 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
404 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen_()
/linux-6.15/scripts/dtc/
H A Dfdtget.c114 prop = fdt_first_property_offset(blob, node); in list_properties()
/linux-6.15/drivers/of/
H A Dfdt.c105 for (cur = fdt_first_property_offset(blob, offset); in populate_properties()