Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h560 int fdt_first_property_offset(const void *fdt, int nodeoffset);
606 for (property = fdt_first_property_offset(fdt, node); \
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c325 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
387 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen_()