Lines Matching defs:max8907
12 #include <linux/mfd/max8907.h>
40 struct max8907 *max8907;
176 struct max8907 *max8907 = dev_get_drvdata(pdev->dev.parent);
185 rtc->max8907 = max8907;
186 rtc->regmap = max8907->regmap_rtc;
188 rtc->rtc_dev = devm_rtc_device_register(&pdev->dev, "max8907-rtc",
196 rtc->irq = regmap_irq_get_virq(max8907->irqc_rtc,
203 IRQF_ONESHOT, "max8907-alarm0", rtc);
213 .name = "max8907-rtc",