Lines Matching refs:class
18 * a struct called fdt_property. That struct causes swig to create a class in
61 class FdtException(Exception):
124 class FdtRo(object):
127 This is a base class used by FdtRw (read-write access) and FdtSw
477 class Fdt(FdtRo):
478 """Device tree class, supporting all operations
485 Operations can then be performed using the methods in this class. Each
689 class Property(bytearray):
728 class FdtSw(FdtRo):
731 The methods in this class work by adding to an existing 'partial' device
732 tree buffer of a fixed size created by instantiating this class. When the
854 class comment.
948 use the context manager as shown in the FdtSw class comment.
971 class NodeAdder():