Lines Matching refs:be
24 Consumers can be supplied by more than one regulator e.g. codec consumer with
31 usually be called in your device drivers probe() and remove() respectively.
41 NOTE: The supply may already be enabled before regulator_enabled() is called.
57 regulator will only be disabled when the enabled reference count is zero.
59 Finally, a regulator can be forcefully disabled in the case of an emergency :-
64 consumers will be powered off.
70 Some consumer drivers need to be able to dynamically change their supply
82 NOTE: this can be called when the regulator is enabled or disabled. If called
87 The regulators configured voltage output can be found by calling :-
92 regulator is enabled or disabled and should NOT be used to determine regulator
93 output state. However this can be used in conjunction with is_enabled() to
100 Some consumer drivers need to be able to dynamically change their supply
112 NOTE: this can be called when the regulator is enabled or disabled. If called
117 A regulators current limit can be found by calling :-
122 is enabled or disabled and should not be used to determine regulator current
130 their supply regulator to be more efficient when the consumers operating state
133 Regulator operating mode can be changed indirectly or directly.
146 The load_uA value can be determined from the consumer's datasheet. e.g. most
157 operating mode depending on their operating point. This can be achieved by
163 Direct mode will only be used by consumers that *know* about the regulator and
169 Regulators can notify consumers of external events. Events could be received by
197 regulator, addresses of various regulator registers etc. need to be configured
214 regulator_list_voltage) to a hardware-specific voltage selector that can be