Lines Matching full:consumer
2 Regulator Consumer Driver Interface
5 This text describes the regulator interface for consumer device drivers.
9 1. Consumer Regulator Access (static & dynamic drivers)
12 A consumer driver can get access to its supply regulator by calling ::
16 The consumer passes in its struct device pointer and power supply ID. The core
19 regulator that supplies this consumer.
21 To release the regulator the consumer driver should call ::
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::
45 This may happen if the consumer shares the regulator or the regulator has been
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::
75 Some consumer drivers need to be able to dynamically change their supply
106 Some consumer drivers need to be able to dynamically change their supply
139 changes. e.g. consumer driver is idle and subsequently draws less current
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