Lines Matching defs:regulation_constraints
101 struct regulation_constraints { struct
103 const char *name;
106 int min_uV;
107 int max_uV;
109 int uV_offset;
112 int min_uA;
113 int max_uA;
116 unsigned int valid_modes_mask;
119 unsigned int valid_ops_mask;
122 int input_uV;
125 struct regulator_state state_disk;
126 struct regulator_state state_mem;
127 struct regulator_state state_standby;
128 suspend_state_t initial_state; /* suspend state to set at init */
131 unsigned int initial_mode;
133 unsigned int ramp_delay;
134 unsigned int enable_time;
137 unsigned always_on:1; /* regulator never off when system is on */
138 unsigned boot_on:1; /* bootloader/firmware enabled regulator */
139 unsigned apply_uV:1; /* apply uV constraint if min == max */
140 unsigned ramp_disable:1; /* disable ramp delay */