handle_edge_eoi_irq (9) Linux Manual Page
handle_edge_eoi_irq – edge eoi type IRQ handler
Synopsis
void handle_edge_eoi_irq(struct irq_desc *desc);
Arguments
desc
-
- the interrupt description structure for this irq
Description
Similar as the above handle_edge_irq, but using eoi and w/o the mask/unmask logic.
Authors
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
