Home
last modified time | relevance | path

Searched refs:regulator_register (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/regulator/
Ddummy.c48 dummy_regulator_rdev = regulator_register(&dummy_desc, &config); in dummy_regulator_probe()
Dstm32-vrefbuf.c223 rdev = regulator_register(&stm32_vrefbuf_regu, &config); in stm32_vrefbuf_probe()
Ddevres.c196 rdev = regulator_register(regulator_desc, config); in devm_regulator_register()
Dcore.c5144 regulator_register(const struct regulator_desc *regulator_desc, in regulator_register() function
5378 EXPORT_SYMBOL_GPL(regulator_register);
/Linux-v5.10/Documentation/power/regulator/
Dregulator.rst14 struct regulator_dev *regulator_register(struct regulator_desc *regulator_desc,
/Linux-v5.10/include/linux/regulator/
Ddriver.h476 regulator_register(const struct regulator_desc *regulator_desc,
/Linux-v5.10/drivers/staging/hikey9xx/
Dhi6421v600-regulator.c380 rdev = regulator_register(rdesc, &config); in hi6421_spmi_regulator_probe_ldo()