Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dversion.lds53 fdt_first_property_offset;
A Dfdt_ro.c219 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() function
263 for (offset = fdt_first_property_offset(fdt, offset); in fdt_get_property_namelen()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h383 int fdt_first_property_offset(const void *fdt, int nodeoffset);
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac399 # Use fdt_first_property_offset which has been correctly exported since v1.4.0
400 AC_CHECK_FUNC(fdt_first_property_offset, [partial_dt="y"], [partial_dt="n"])
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm.c721 for (propoff = fdt_first_property_offset(pfdt, nodeoff); in copy_properties()

Completed in 9 milliseconds