|
Linux Kernel
3.7.1
|
#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) | |
| EXPORT_SYMBOL | ( | twl6040_irq_init | ) |
| EXPORT_SYMBOL | ( | twl6040_irq_exit | ) |
Definition at line 201 of file twl6040-irq.c.
Definition at line 142 of file twl6040-irq.c.
1.8.2