handle_irq_event(9)
NAME
handle_IRQ_event - irq action chain handler
SYNOPSIS
irqreturn_t handle_IRQ_event(unsigned int irq,
struct irqaction * action);
ARGUMENTS
- irq
- the interrupt number
- action
- the interrupt action chain for this irq
DESCRIPTION
Handles the action chain of an irq event
AUTHORS
- Thomas Gleixner <tglx@linutronix.de>
- Author.
- Ingo Molnar <mingo@elte.hu>
- Author.