Searched refs:tegra_rtc_irq (Results 1 – 1 of 1) sorted by relevance
66 int tegra_rtc_irq; /* alarm and periodic irq */ member325 info->tegra_rtc_irq = platform_get_irq(pdev, 0); in tegra_rtc_probe()326 if (info->tegra_rtc_irq <= 0) in tegra_rtc_probe()360 ret = devm_request_irq(&pdev->dev, info->tegra_rtc_irq, in tegra_rtc_probe()404 device_may_wakeup(dev), info->tegra_rtc_irq); in tegra_rtc_suspend()408 enable_irq_wake(info->tegra_rtc_irq); in tegra_rtc_suspend()421 disable_irq_wake(info->tegra_rtc_irq); in tegra_rtc_resume()