Lines Matching defs:mpfs_rtc_dev
56 struct mpfs_rtc_dev {
61 static void mpfs_rtc_start(struct mpfs_rtc_dev *rtcdev)
71 static void mpfs_rtc_clear_irq(struct mpfs_rtc_dev *rtcdev)
88 struct mpfs_rtc_dev *rtcdev = dev_get_drvdata(dev);
100 struct mpfs_rtc_dev *rtcdev = dev_get_drvdata(dev);
128 struct mpfs_rtc_dev *rtcdev = dev_get_drvdata(dev);
143 struct mpfs_rtc_dev *rtcdev = dev_get_drvdata(dev);
180 struct mpfs_rtc_dev *rtcdev = dev_get_drvdata(dev);
198 struct mpfs_rtc_dev *rtcdev = dev;
217 struct mpfs_rtc_dev *rtcdev;
222 rtcdev = devm_kzalloc(&pdev->dev, sizeof(struct mpfs_rtc_dev), GFP_KERNEL);