Lines Matching full:of
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
29 * Types of reset.
31 * + Cold: reset resulting from a power cycle of the object.
55 * progress of a reset operation by providing a ResettableState structure.
56 * The functions defined in this module take care of updating the
57 * state of the reset.
58 * The base class implementation of the interface provides this
69 * but might remain in 'hold' for an arbitrary period of time
76 * Users of a resettable object should not call these methods
80 * should reset local state of the object, but it must not do anything that
96 * in this context means a child in the qbus tree, so the children of a qbus
97 * are the devices on it, and the children of a device are all the buses it
135 * @count: Number of reset level the object is into. It is incremented when
150 * to reuse an object. Typically used in realize step of base classes
160 * Trigger a reset on an object @obj of type @type. @obj must implement
173 * There must be one call to @resettable_release_reset() per call of
201 * Indicate that the parent of Ressettable @obj is changing from @oldp to @newp.
205 * This function will adapt the reset state of @obj so that it is coherent
206 * with the reset state of @newp. It may trigger @resettable_assert_reset()
208 * state of @newp and @oldp are different.
230 * override a subset of phases.