Searched refs:tegra_rtc_irq (Results 1 – 1 of 1) sorted by relevance
62 int tegra_rtc_irq; /* alarm and periodic irq */ member331 info->tegra_rtc_irq = platform_get_irq(pdev, 0); in tegra_rtc_probe()332 if (info->tegra_rtc_irq <= 0) in tegra_rtc_probe()358 ret = devm_request_irq(&pdev->dev, info->tegra_rtc_irq, in tegra_rtc_probe()389 device_may_wakeup(dev), info->tegra_rtc_irq); in tegra_rtc_suspend()393 enable_irq_wake(info->tegra_rtc_irq); in tegra_rtc_suspend()406 disable_irq_wake(info->tegra_rtc_irq); in tegra_rtc_resume()