Home
last modified time | relevance | path

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

/linux/Documentation/power/regulator/
H A Dregulator.rst22 void regulator_unregister(struct regulator_dev *rdev);
/linux/drivers/regulator/
H A Dstm32-vrefbuf.c242 regulator_unregister(rdev); in stm32_vrefbuf_remove()
H A Ddevres.c452 regulator_unregister(*(struct regulator_dev **)res); in devm_rdev_release()
H A Dcore.c5870 void regulator_unregister(struct regulator_dev *rdev) in regulator_unregister() function
5894 EXPORT_SYMBOL_GPL(regulator_unregister);
/linux/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c313 regulator_unregister(int3472->regulator.rdev); in skl_int3472_unregister_regulator()