Searched refs:devm_regulator_irq_helper (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/regulator/ |
D | devres.c | 642 void *devm_regulator_irq_helper(struct device *dev, in devm_regulator_irq_helper() function 662 EXPORT_SYMBOL_GPL(devm_regulator_irq_helper);
|
D | bd9576-regulator.c | 1083 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_uvd, in bd957x_probe() 1096 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_ovd, in bd957x_probe() 1108 ret = devm_regulator_irq_helper(&pdev->dev, &bd9576_notif_temp, in bd957x_probe()
|
D | max597x-regulator.c | 419 irq_helper = devm_regulator_irq_helper(dev, &max597x_notif, in max597x_setup_irq()
|
/Linux-v6.1/include/linux/regulator/ |
D | driver.h | 700 void *devm_regulator_irq_helper(struct device *dev,
|
/Linux-v6.1/Documentation/driver-api/driver-model/ |
D | devres.rst | 419 devm_regulator_irq_helper()
|