Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-tps65910.c350 rtc_update_irq(tps_rtc->rtc, 1, events); in tps65910_rtc_interrupt()
368 struct tps65910_rtc *tps_rtc = NULL; in tps65910_rtc_probe() local
377 if (!tps_rtc) in tps65910_rtc_probe()
381 if (IS_ERR(tps_rtc->rtc)) in tps65910_rtc_probe()
382 return PTR_ERR(tps_rtc->rtc); in tps65910_rtc_probe()
406 platform_set_drvdata(pdev, tps_rtc); in tps65910_rtc_probe()
418 tps_rtc->irq = irq; in tps65910_rtc_probe()
428 tps_rtc->rtc->ops = &tps65910_rtc_ops; in tps65910_rtc_probe()
432 return devm_rtc_register_device(tps_rtc->rtc); in tps65910_rtc_probe()
441 enable_irq_wake(tps_rtc->irq); in tps65910_rtc_suspend()
[all …]

Completed in 4 milliseconds