|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <plat/cpu.h>#include <plat/pm.h>#include <plat/irq.h>#include <asm/irq.h>Go to the source code of this file.
Functions | |
| int | s3c_irq_wake (struct irq_data *data, unsigned int state) |
| int | s3c24xx_irq_suspend (void) |
| void | s3c24xx_irq_resume (void) |
Variables | |
| unsigned long | s3c_irqwake_intallow = 1L << (IRQ_RTC - IRQ_EINT0) | 0xfL |
| unsigned long | s3c_irqwake_eintallow = 0x0000fff0L |
1.8.2