Lines Matching refs:tree
113 """Device tree class, supporting all operations
115 The Fdt object is created is created from a device tree binary file,
225 tree format)
264 """Return the total size of the device tree
267 Total tree size in bytes
272 """Return the start of the device tree struct area
280 """Pack the device tree to remove unused space
282 This adjusts the tree in place.
367 """Holds a device tree property name and value.
369 This holds a copy of a property taken from the device tree. It does not
370 reference the device tree, so if anything changes in the device tree,
390 /* Most functions don't change the device tree, so use a const void * */
401 /* Some functions do change the device tree, so use void * */