Searched refs:sec_irq (Results 1 – 3 of 3) sorted by relevance
54 int sec_irq; member310 xrtcdev->sec_irq = platform_get_irq_byname(pdev, "sec"); in xlnx_rtc_probe()311 if (xrtcdev->sec_irq < 0) in xlnx_rtc_probe()312 return xrtcdev->sec_irq; in xlnx_rtc_probe()313 ret = devm_request_irq(&pdev->dev, xrtcdev->sec_irq, in xlnx_rtc_probe()
745 int norm_irq, sec_irq; in dryice_rtc_probe() local767 sec_irq = platform_get_irq(pdev, 1); in dryice_rtc_probe()768 if (sec_irq <= 0) in dryice_rtc_probe()769 sec_irq = IRQ_NOTCONNECTED; in dryice_rtc_probe()806 rc = devm_request_irq(&pdev->dev, sec_irq, dryice_irq, in dryice_rtc_probe()
34 unsigned int *sec_irq);