Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
twl6040-irq.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/irq.h>
#include <linux/of.h>
#include <linux/irqdomain.h>
#include <linux/interrupt.h>
#include <linux/mfd/core.h>
#include <linux/mfd/twl6040.h>

Go to the source code of this file.

Data Structures

struct  twl6040_irq_data
 

Functions

int twl6040_irq_init (struct twl6040 *twl6040)
 
 EXPORT_SYMBOL (twl6040_irq_init)
 
void twl6040_irq_exit (struct twl6040 *twl6040)
 
 EXPORT_SYMBOL (twl6040_irq_exit)
 

Function Documentation

EXPORT_SYMBOL ( twl6040_irq_init  )
EXPORT_SYMBOL ( twl6040_irq_exit  )
void twl6040_irq_exit ( struct twl6040 twl6040)

Definition at line 201 of file twl6040-irq.c.

int twl6040_irq_init ( struct twl6040 twl6040)

Definition at line 142 of file twl6040-irq.c.