Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
irq.h File Reference
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/regs-irq.h>
#include <mach/regs-gpio.h>

Go to the source code of this file.

Macros

#define irqdbf(x...)
 
#define irqdbf2(x...)
 
#define EXTINT_OFF   (IRQ_EINT4 - 4)
 
#define s3c_irq_wake   NULL
 

Functions

int s3c_irqext_type (struct irq_data *d, unsigned int type)
 

Variables

struct irq_chip s3c_irq_level_chip
 
struct irq_chip s3c_irq_chip
 

Macro Definition Documentation

#define EXTINT_OFF   (IRQ_EINT4 - 4)

Definition at line 22 of file irq.h.

#define irqdbf (   x...)

Definition at line 19 of file irq.h.

#define irqdbf2 (   x...)

Definition at line 20 of file irq.h.

#define s3c_irq_wake   NULL

Definition at line 113 of file irq.h.

Function Documentation

int s3c_irqext_type ( struct irq_data d,
unsigned int  type 
)

Definition at line 153 of file irq.c.

Variable Documentation

struct irq_chip s3c_irq_chip

Definition at line 95 of file irq.c.

struct irq_chip s3c_irq_level_chip

Definition at line 87 of file irq.c.