Home
last modified time | relevance | path

Searched defs:dm_regulator_uclass_platdata (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/power/
H A Dregulator.h165 struct dm_regulator_uclass_platdata { struct
166 enum regulator_type type;
167 struct dm_regulator_mode *mode;
168 int mode_count;
169 int min_uV;
170 int max_uV;
171 int min_uA;
172 int max_uA;
173 unsigned int ramp_delay;
174 bool always_on;
[all …]