Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/power/
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 init_uV;
172 int min_uA;
173 int max_uA;
174 unsigned int ramp_delay;
[all …]