Lines Matching refs:consumer
4 This text describes the regulator interface for consumer device drivers.
11 A consumer driver can get access to its supply regulator by calling :-
15 The consumer passes in its struct device pointer and power supply ID. The core
18 regulator that supplies this consumer.
20 To release the regulator the consumer driver should call :-
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:-
42 This may happen if the consumer shares the regulator or the regulator has been
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 :-
70 Some consumer drivers need to be able to dynamically change their supply
100 Some consumer drivers need to be able to dynamically change their supply
131 changes. e.g. consumer driver is idle and subsequently draws less current
146 The load_uA value can be determined from the consumer's datasheet. e.g. most