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.h364 struct regulator_desc { struct
371 const struct regulator_desc *, argument
373 int id;
374 unsigned int continuous_voltage_range:1;
375 unsigned n_voltages;
376 unsigned int n_current_limits;
377 const struct regulator_ops *ops;
378 int irq;
379 enum regulator_type type;
380 struct module *owner;
[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()