Linux Kernel
3.7.1
|
#include <linux/irq.h>
#include <linux/random.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/kernel_stat.h>
#include <trace/events/irq.h>
#include "internals.h"
Go to the source code of this file.
Functions | |
void | handle_bad_irq (unsigned int irq, struct irq_desc *desc) |
irqreturn_t | no_action (int cpl, void *dev_id) |
irqreturn_t | handle_irq_event_percpu (struct irq_desc *desc, struct irqaction *action) |
irqreturn_t | handle_irq_event (struct irq_desc *desc) |
irqreturn_t handle_irq_event | ( | struct irq_desc * | desc | ) |
irqreturn_t handle_irq_event_percpu | ( | struct irq_desc * | desc, |
struct irqaction * | action | ||
) |
irqreturn_t no_action | ( | int | cpl, |
void * | dev_id | ||
) |