Lines Matching defs:regulation_constraints
96 struct regulation_constraints { struct
98 const char *name;
101 int min_uV;
102 int max_uV;
104 int uV_offset;
107 int min_uA;
108 int max_uA;
111 unsigned int valid_modes_mask;
114 unsigned int valid_ops_mask;
117 int input_uV;
120 struct regulator_state state_disk;
121 struct regulator_state state_mem;
122 struct regulator_state state_standby;
123 suspend_state_t initial_state; /* suspend state to set at init */
126 unsigned int initial_mode;
129 unsigned always_on:1; /* regulator never off when system is on */
130 unsigned boot_on:1; /* bootloader/firmware enabled regulator */
131 unsigned apply_uV:1; /* apply uV constraint if min == max */