Searched refs:devm_regulator_irq_helper (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | devres.c | 648 * devm_regulator_irq_helper - resource managed registration of IRQ based 672 void *devm_regulator_irq_helper(struct device *dev, in devm_regulator_irq_helper() function 692 EXPORT_SYMBOL_GPL(devm_regulator_irq_helper); variable
|
H A D | bd9576-regulator.c | 1079 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_uvd, in bd957x_probe() 1092 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_ovd, in bd957x_probe() 1104 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_temp, in bd957x_probe()
|
H A D | max5970-regulator.c | 413 irq_helper = devm_regulator_irq_helper(dev, &max597x_notif, in max597x_setup_irq()
|
/kernel/linux/linux-6.6/include/linux/regulator/ |
H A D | driver.h | 702 void *devm_regulator_irq_helper(struct device *dev,
|
Completed in 6 milliseconds