Lines Matching full:signal

13  * A reset is a hardware signal indicating that a HW module (or IP block, or
34 * struct reset_ctl - A handle to (allowing control of) a single reset signal.
40 * reset signal to operate upon.
42 * @dev: The device which implements the reset signal.
43 * @id: The reset signal ID within the provider.
46 * identify and configure any reset signal for any reset provider. If this
73 * @resets: An array of reset signal handles handles.
74 * @count: The number of reset signal handles in the reset array.
83 * reset_get_by_index - Get/request a reset signal by integer index.
85 * This looks up and requests a reset signal. The index is relative to the
88 * mapping of client device reset signal indices to provider reset signals may
93 * @index: The index of the reset signal to request, within the client's
118 * reset_get_by_name - Get/request a reset signal by name.
120 * This looks up and requests a reset signal. The name is relative to the
123 * mapping of client device reset signal names to provider reset signal may be
128 * @name: The name of the reset signal to request, within the client's
137 * reset_request - Request a reset signal.
146 * reset_free - Free a previously requested reset signal.
155 * reset_assert - Assert a reset signal.
157 * This function will assert the specified reset signal, thus resetting the
159 * signal will either stay asserted until reset_deassert() is called, or the
160 * hardware may autonomously clear the reset signal itself.
184 * reset_deassert - Deassert a reset signal.
186 * This function will deassert the specified reset signal, thus releasing the