Lines Matching +full:core +full:- +full:vcc +full:- +full:supplies
1 .. Copyright 2007-2008 Wolfson Microelectronics
30 --------
36 Electronic device that supplies power to other devices. Most regulators
62 drivers use `get <#API-regulator-get>`__ and
63 `put <#API-regulator-put>`__ operations to acquire and release
64 regulators. Functions are provided to `enable <#API-regulator-enable>`__
65 and `disable <#API-regulator-disable>`__ the regulator and to get and
69 supplies, such as "Vcc", which are mapped into actual regulator devices
76 ----------------------
90 -------------
93 supplies. For example, MMC drivers may need to select the correct
107 ---------
115 core, providing operations structures to the core. A notifier interface
116 allows error conditions to be reported to the core.
129 Supplies section in Machine interface
130 --------
132 Regulator supplies are specified using struct
137 -----------
160 .. kernel-doc:: include/linux/regulator/consumer.h
163 .. kernel-doc:: include/linux/regulator/machine.h
166 .. kernel-doc:: include/linux/regulator/driver.h
169 .. kernel-doc:: drivers/regulator/core.c