Lines Matching refs:and
4 .. it and/or modify it under the terms of the GNU General Public
8 Voltage and current regulator API
18 control voltage and current regulators.
21 output in order to save power and prolong battery life. This applies to
22 both voltage regulators (where voltage output is controllable) and
25 Note that additional (and currently more complete) documentation is
37 can enable and disable their output and some can also control their
49 regulator and all consumer devices. The configuration of the regulator
54 An IC which contains numerous regulators and often also other
56 to a combination of the PSU and southbridge in a desktop system.
62 drivers use `get <#API-regulator-get>`__ and
63 `put <#API-regulator-put>`__ operations to acquire and release
65 and `disable <#API-regulator-disable>`__ the regulator and to get and
75 Enabling and disabling
78 The regulator API provides reference counted enabling and disabling of
79 regulators. Consumer devices use the :c:func:`regulator_enable()` and
80 :c:func:`regulator_disable()` functions to enable and disable
83 Note that since multiple consumers may be using a regulator and machine
97 The :c:func:`regulator_set_voltage()` and
99 interface for this. Both take ranges of voltages and currents, supporting
103 an exact value is required both minimum and maximum values should be
120 containing constraint and supply information.
126 consumers on a given system and what the valid operating parameters are
141 and the parameters that may be set. This is required since generally
156 Due to limitations of the kernel documentation framework and the