Home
last modified time | relevance | path

Searched refs:regulator_unregister (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/Documentation/power/regulator/
Dregulator.rst22 void regulator_unregister(struct regulator_dev *rdev);
/Linux-v5.10/include/linux/regulator/
Ddriver.h482 void regulator_unregister(struct regulator_dev *rdev);
/Linux-v5.10/drivers/regulator/
Dstm32-vrefbuf.c252 regulator_unregister(rdev); in stm32_vrefbuf_remove()
Ddevres.c171 regulator_unregister(*(struct regulator_dev **)res); in devm_rdev_release()
Dcore.c5386 void regulator_unregister(struct regulator_dev *rdev) in regulator_unregister() function
5411 EXPORT_SYMBOL_GPL(regulator_unregister);
/Linux-v5.10/drivers/staging/hikey9xx/
Dhi6421v600-regulator.c450 regulator_unregister(rdev); in hi6421_spmi_regulator_remove()