Searched defs:supply_info (Results 1 – 1 of 1) sorted by relevance
126 struct supply_info { struct127 const char *name;128 int n_voltages;129 const unsigned int *voltages;130 int n_ilimsels;131 const unsigned int *ilimsels;132 struct field enable, voltage, ilimsel;374 static const struct supply_info supply_info[N_REGULATORS] = { variable