Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/mfd/max8998-private.h>
Go to the source code of this file.
Data Structures | |
struct | max8998_irq_data |
Functions | |
int | max8998_irq_resume (struct max8998_dev *max8998) |
int | max8998_irq_init (struct max8998_dev *max8998) |
void | max8998_irq_exit (struct max8998_dev *max8998) |
void max8998_irq_exit | ( | struct max8998_dev * | max8998 | ) |
Definition at line 260 of file max8998-irq.c.
int max8998_irq_init | ( | struct max8998_dev * | max8998 | ) |
Definition at line 193 of file max8998-irq.c.
int max8998_irq_resume | ( | struct max8998_dev * | max8998 | ) |
Definition at line 186 of file max8998-irq.c.