irq_remove_generic_chip (9) - Linux Manuals
irq_remove_generic_chip: Remove a chip
NAME
irq_remove_generic_chip - Remove a chip
SYNOPSIS
-
void irq_remove_generic_chip(struct irq_chip_generic
* gc, u32msk, unsigned int clr, unsigned int set);
ARGUMENTS
gc
-
- Generic irq chip holding all data
msk
- Bitmask holding the irqs to initialize relative to gc->irq_base
clr
- IRQ_* bits to clear
set
- IRQ_* bits to set
DESCRIPTION
Remove up to 32 interrupts starting from gc->irq_base.
AUTHORS
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
COPYRIGHT