other versions
- stretch 4.9.168-1
REMOVE_IRQ(9) | Public Functions Provided | REMOVE_IRQ(9) |
NAME¶
remove_irq - free an interruptSYNOPSIS¶
void remove_irq(unsigned int irq, struct irqaction * act);
ARGUMENTS¶
irqInterrupt line to free
act
irqaction for the interrupt
DESCRIPTION¶
Used to remove interrupts statically setup by the early boot process.AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |