Go to the documentation of this file.
15 #ifndef __LINUX_REGULATOR_MACHINE_H_
16 #define __LINUX_REGULATOR_MACHINE_H_
38 #define REGULATOR_CHANGE_VOLTAGE 0x1
39 #define REGULATOR_CHANGE_CURRENT 0x2
40 #define REGULATOR_CHANGE_MODE 0x4
41 #define REGULATOR_CHANGE_STATUS 0x8
42 #define REGULATOR_CHANGE_DRMS 0x10
43 #define REGULATOR_CHANGE_BYPASS 0x20
154 #define REGULATOR_SUPPLY(_name, _dev_name) \
157 .dev_name = _dev_name, \
193 #ifdef CONFIG_REGULATOR