Lines Matching refs:can
12 A consumer driver can get access to its supply regulator by calling ::
25 Consumers can be supplied by more than one regulator e.g. codec consumer with
39 A consumer can enable its power supply by calling::
48 A consumer can determine if a regulator is enabled by calling::
55 A consumer can disable its supply when no longer needed by calling::
63 Finally, a regulator can be forcefully disabled in the case of an emergency::
76 voltage to match system operating points. e.g. CPUfreq drivers can scale
80 Consumers can control their supply voltage by calling::
87 NOTE: this can be called when the regulator is enabled or disabled. If called
92 The regulators configured voltage output can be found by calling::
99 output state. However this can be used in conjunction with is_enabled() to
107 current limit to match system operating points. e.g. LCD backlight driver can
111 Consumers can control their supply current limit by calling::
119 this can be called when the regulator is enabled or disabled. If called
124 A regulators current limit can be found by calling::
137 Some consumers can further save system power by changing the operating mode of
141 Regulator operating mode can be changed indirectly or directly.
145 Consumer drivers can request a change in their supply regulator operating mode
154 The load_uA value can be determined from the consumer's datasheet. e.g. most
166 operating mode depending on their operating point. This can be achieved by
179 Regulators can notify consumers of external events. Events could be received by
182 Consumers can register interest in regulator events by calling::
187 Consumers can unregister interest by calling::
204 - thermal management firmware that can issue an arbitrary I2C transaction to
225 regulator_list_voltage) to a hardware-specific voltage selector that can be