Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/drivers/usb/host/
H A Dohci-da8xx.c218 ret = devm_regulator_register_notifier(da8xx_ohci->vbus_reg, in ohci_da8xx_register_notify()
/linux-6.15/sound/soc/codecs/
H A Dwm8770.c666 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.c1609 ret = devm_regulator_register_notifier( in aic3x_component_probe()
H A Dwm8995.c2026 ret = devm_regulator_register_notifier( in wm8995_probe()
H A Dpcm512x.c1596 ret = devm_regulator_register_notifier( in pcm512x_probe()
H A Dtlv320aic31xx.c1377 ret = devm_regulator_register_notifier( in aic31xx_codec_probe()
H A Dwm8996.c2796 ret = devm_regulator_register_notifier( in wm8996_i2c_probe()
H A Dwm8962.c3503 ret = devm_regulator_register_notifier( in wm8962_probe()
/linux-6.15/Documentation/driver-api/driver-model/
H A Ddevres.rst441 devm_regulator_register_notifier()