Home
last modified time | relevance | path

Searched refs:devm_regulator_register_notifier (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/regulator/
H A Dconsumer.h261 int devm_regulator_register_notifier(struct regulator *regulator,
608 static inline int devm_regulator_register_notifier(struct regulator *regulator, in devm_regulator_register_notifier() function
/linux/drivers/regulator/
H A Ddevres.c646 int devm_regulator_register_notifier(struct regulator *regulator, in devm_regulator_register_notifier() function
671 EXPORT_SYMBOL_GPL(devm_regulator_register_notifier);
/linux/drivers/usb/host/
H A Dohci-da8xx.c206 ret = devm_regulator_register_notifier(da8xx_ohci->vbus_reg, in ohci_da8xx_register_notify()
/linux/sound/soc/codecs/
H A Dwm8770.c667 ret = devm_regulator_register_notifier( in wm8770_spi_probe()
H A Dwm8804.c603 ret = devm_regulator_register_notifier(regulator, in wm8804_probe()
H A Dmax9860.c612 ret = devm_regulator_register_notifier(max9860->dvddio, in max9860_probe()
H A Dtlv320aic3x.c1624 ret = devm_regulator_register_notifier( in aic3x_component_probe()
H A Dpcm512x.c1599 ret = devm_regulator_register_notifier( in pcm512x_probe()
H A Dtlv320aic31xx.c1379 ret = devm_regulator_register_notifier( in aic31xx_codec_probe()
H A Dwm8995.c2027 ret = devm_regulator_register_notifier( in wm8995_probe()
H A Dwm8996.c2799 ret = devm_regulator_register_notifier( in wm8996_i2c_probe()
H A Dwm8962.c3551 ret = devm_regulator_register_notifier( in wm8962_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst437 devm_regulator_register_notifier()