Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
s5p-irq-pm.c File Reference
#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
 

Function Documentation

void s3c24xx_irq_resume ( void  )

Definition at line 98 of file s5p-irq-pm.c.

int s3c24xx_irq_suspend ( void  )

Definition at line 91 of file s5p-irq-pm.c.

int s3c_irq_wake ( struct irq_data data,
unsigned int  state 
)

Definition at line 38 of file s5p-irq-pm.c.

Variable Documentation

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.