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

Function Documentation

void s3c24xx_irq_resume ( void  )

Definition at line 83 of file irq-pm.c.

int s3c24xx_irq_suspend ( void  )

Definition at line 67 of file irq-pm.c.

int s3c_irq_wake ( struct irq_data data,
unsigned int  state 
)

Definition at line 35 of file irq-pm.c.

Variable Documentation

unsigned long s3c_irqwake_eintallow = 0x0000fff0L

Definition at line 33 of file irq-pm.c.

unsigned long s3c_irqwake_intallow = 1L << (IRQ_RTC - IRQ_EINT0) | 0xfL

Definition at line 32 of file irq-pm.c.