Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/regulator/
H A Ddriver.h371 const struct regulator_desc *, argument
373 int id;
375 unsigned n_voltages;
378 int irq;
380 struct module *owner;
382 unsigned int min_uV;
383 unsigned int uV_step;
385 int fixed_uV;
387 int min_dropout_uV;
392 int n_linear_ranges;
[all …]
/openbmc/linux/drivers/regulator/
H A Dpca9450-regulator.c707 const struct pca9450_regulator_desc *regulator_desc; in pca9450_i2c_probe() local
H A Ddevres.c408 const struct regulator_desc *regulator_desc, in devm_regulator_register()
H A Dcore.c5497 const struct regulator_desc *regulator_desc, in regulator_register()