Lines Matching +full:dynamic +full:- +full:mode
9 1. Consumer Regulator Access (static & dynamic drivers)
35 2. Regulator Output Enable & Disable (static & dynamic drivers)
72 3. Regulator Voltage Control & Status (dynamic drivers)
103 4. Regulator Current Limit Control & Status (dynamic drivers)
134 5. Regulator Operating Mode Control & Status (dynamic drivers)
137 Some consumers can further save system power by changing the operating mode of
141 Regulator operating mode can be changed indirectly or directly.
143 Indirect operating mode control.
144 --------------------------------
145 Consumer drivers can request a change in their supply regulator operating mode
151 on all its consumers) and change operating mode (if necessary and permitted)
158 Most consumers will use indirect operating mode control since they have no
162 Direct operating mode control.
163 ------------------------------
166 operating mode depending on their operating point. This can be achieved by
169 int regulator_set_mode(struct regulator *regulator, unsigned int mode);
172 Direct mode will only be used by consumers that *know* about the regulator and
199 they need to do low-level hardware access to regulators, with no involvement
202 - clocksource with a voltage-controlled oscillator and control logic to change
204 - thermal management firmware that can issue an arbitrary I2C transaction to
212 Bus-specific details, like I2C addresses or transfer rates are handled by the
225 regulator_list_voltage) to a hardware-specific voltage selector that can be