Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
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;
375 static const struct supply_info supply_info[N_REGULATORS] = { variable