Lines Matching defs:max8907
13 #include <linux/mfd/max8907.h>
41 struct max8907 *max8907;
177 struct max8907 *max8907 = dev_get_drvdata(pdev->dev.parent);
186 rtc->max8907 = max8907;
187 rtc->regmap = max8907->regmap_rtc;
189 rtc->rtc_dev = devm_rtc_device_register(&pdev->dev, "max8907-rtc",
197 rtc->irq = regmap_irq_get_virq(max8907->irqc_rtc,
204 IRQF_ONESHOT, "max8907-alarm0", rtc);
214 .name = "max8907-rtc",