Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Ddevres.c731 void *devm_regulator_irq_helper(struct device *dev, in devm_regulator_irq_helper() function
751 EXPORT_SYMBOL_GPL(devm_regulator_irq_helper);
H A Dbd9576-regulator.c1079 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 Dbd96801-regulator.c776 retp = devm_regulator_irq_helper(&pdev->dev, in bd96801_rdev_intb_irqs()
872 retp = devm_regulator_irq_helper(&pdev->dev, &tw_desc, irq, 0, in bd96801_probe()
H A Dmax5970-regulator.c540 irq_helper = devm_regulator_irq_helper(dev, &max597x_notif, in max597x_setup_irq()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst440 devm_regulator_irq_helper()