Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c126 struct supply_info { struct
127 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