Searched defs:regulator_state (Results 1 – 1 of 1) sorted by relevance
77 struct regulator_state { struct78 int uV;79 int min_uV;80 int max_uV;81 unsigned int mode;82 int enabled;83 bool changeable;
Completed in 3 milliseconds