Lines Matching refs:can
11 A consumer driver can get access to its supply regulator by calling :-
24 Consumers can be supplied by more than one regulator e.g. codec consumer with
37 A consumer can enable its power supply by calling:-
45 A consumer can determine if a regulator is enabled by calling :-
52 A consumer can disable its supply when no longer needed by calling :-
59 Finally, a regulator can be forcefully disabled in the case of an emergency :-
71 voltage to match system operating points. e.g. CPUfreq drivers can scale
75 Consumers can control their supply voltage by calling :-
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 :-
93 output state. However this can be used in conjunction with is_enabled() to
101 current limit to match system operating points. e.g. LCD backlight driver can
105 Consumers can control their supply current limit by calling :-
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 :-
129 Some consumers can further save system power by changing the operating mode of
133 Regulator operating mode can be changed indirectly or directly.
137 Consumer drivers can request a change in their supply regulator operating mode
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
169 Regulators can notify consumers of external events. Events could be received by
172 Consumers can register interest in regulator events by calling :-
177 Consumers can unregister interest by calling :-
193 - thermal management firmware that can issue an arbitrary I2C transaction to
214 regulator_list_voltage) to a hardware-specific voltage selector that can be