Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds