Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-s3c2412/
Dirq.c171 static struct irq_chip s3c2412_irq_rtc_chip; variable
195 s3c2412_irq_rtc_chip = s3c_irq_chip; in s3c2412_irq_add()
196 s3c2412_irq_rtc_chip.irq_set_wake = s3c2412_irq_rtc_wake; in s3c2412_irq_add()
198 irq_set_chip(IRQ_RTC, &s3c2412_irq_rtc_chip); in s3c2412_irq_add()