Lines Matching full:control
10 Reset controllers are central units that control the reset signals to multiple
14 <#reset-consumer-api>`__), which allows peripheral drivers to request control
34 Reset control
36 Control method that determines the state of one or multiple reset lines.
38 either allows direct control over the physical state of the reset line, or
46 A hardware module that provides a number of reset controls to control a
64 reset inputs, which are mapped to an actual reset control on an existing reset
74 assertion or direct, exclusive control.
76 the reset control is requested, either via devm_reset_control_get_shared() or
79 control.
87 Exclusive resets on the other hand guarantee direct control.
98 Note that since multiple consumers may be using a shared reset control, there
99 is no guarantee that calling reset_control_assert() on a shared reset control
110 self-deasserting reset control.
132 `reset control array <#reset-control-arrays>`__ handle as its input parameter.
142 reset control is not specified in the device tree.
146 Reset control arrays
150 devm_reset_control_array_get() returns an opaque reset control handle that can
152 The reset control API does not guarantee the order in which the individual
181 Reset consumers can control a reset line using an opaque reset control handle,
184 Given the reset control, consumers can call reset_control_assert() and