Lines Matching refs:property
166 """Get the offset of the first property in a node offset
173 Offset of the first property
183 """Get the next property in a node
186 prop_offset: Offset of the previous property
190 Offset of the next property
214 """Obtains a property that can be examined
217 prop_offset: Offset of property (e.g. from first_property_offset())
293 """Delete a property from a node
296 nodeoffset: Node offset containing property to delete
297 prop_name: Name of property to delete
300 FdtError if the property does not exist, or another error occurs
305 """Get a property from a node
308 nodeoffset: Node offset containing property to get
309 prop_name: Name of property to get
313 Value of property as a bytearray, or -ve error number
316 FdtError if any error occurs (e.g. the property is not found)
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