tps_rtc 333 drivers/rtc/rtc-tps65910.c struct tps65910_rtc *tps_rtc = dev_get_drvdata(dev); tps_rtc 349 drivers/rtc/rtc-tps65910.c rtc_update_irq(tps_rtc->rtc, 1, events); tps_rtc 367 drivers/rtc/rtc-tps65910.c struct tps65910_rtc *tps_rtc = NULL; tps_rtc 374 drivers/rtc/rtc-tps65910.c tps_rtc = devm_kzalloc(&pdev->dev, sizeof(struct tps65910_rtc), tps_rtc 376 drivers/rtc/rtc-tps65910.c if (!tps_rtc) tps_rtc 379 drivers/rtc/rtc-tps65910.c tps_rtc->rtc = devm_rtc_allocate_device(&pdev->dev); tps_rtc 380 drivers/rtc/rtc-tps65910.c if (IS_ERR(tps_rtc->rtc)) tps_rtc 381 drivers/rtc/rtc-tps65910.c return PTR_ERR(tps_rtc->rtc); tps_rtc 405 drivers/rtc/rtc-tps65910.c platform_set_drvdata(pdev, tps_rtc); tps_rtc 421 drivers/rtc/rtc-tps65910.c tps_rtc->irq = irq; tps_rtc 424 drivers/rtc/rtc-tps65910.c tps_rtc->rtc->ops = &tps65910_rtc_ops; tps_rtc 425 drivers/rtc/rtc-tps65910.c tps_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; tps_rtc 426 drivers/rtc/rtc-tps65910.c tps_rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; tps_rtc 428 drivers/rtc/rtc-tps65910.c return rtc_register_device(tps_rtc->rtc); tps_rtc 434 drivers/rtc/rtc-tps65910.c struct tps65910_rtc *tps_rtc = dev_get_drvdata(dev); tps_rtc 437 drivers/rtc/rtc-tps65910.c enable_irq_wake(tps_rtc->irq); tps_rtc 443 drivers/rtc/rtc-tps65910.c struct tps65910_rtc *tps_rtc = dev_get_drvdata(dev); tps_rtc 446 drivers/rtc/rtc-tps65910.c disable_irq_wake(tps_rtc->irq);