|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/interrupt.h>#include <plat/cpu.h>#include <plat/irqs.h>#include <plat/pm.h>#include <mach/map.h>#include <mach/regs-gpio.h>#include <mach/regs-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 = 0x00000006L |
| unsigned long | s3c_irqwake_eintallow = 0xffffffffL |
Definition at line 98 of file s5p-irq-pm.c.
Definition at line 91 of file s5p-irq-pm.c.
Definition at line 38 of file s5p-irq-pm.c.
| unsigned long s3c_irqwake_eintallow = 0xffffffffL |
Definition at line 36 of file s5p-irq-pm.c.
| unsigned long s3c_irqwake_intallow = 0x00000006L |
Definition at line 35 of file s5p-irq-pm.c.
1.8.2