Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/bug.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>
#include <linux/gpio.h>
#include <linux/mfd/tps65910.h>
Go to the source code of this file.
Macros | |
#define | tps65910_irq_set_wake NULL |
Functions | |
int | tps65910_irq_init (struct tps65910 *tps65910, int irq, struct tps65910_platform_data *pdata) |
int | tps65910_irq_exit (struct tps65910 *tps65910) |
#define tps65910_irq_set_wake NULL |
Definition at line 150 of file tps65910-irq.c.
Definition at line 255 of file tps65910-irq.c.
int tps65910_irq_init | ( | struct tps65910 * | tps65910, |
int | irq, | ||
struct tps65910_platform_data * | pdata | ||
) |
Definition at line 187 of file tps65910-irq.c.