irq_set_chip (9) - Linux Manuals
irq_set_chip: set the irq chip for an irq
NAME
irq_set_chip - set the irq chip for an irq
SYNOPSIS
-
int irq_set_chip(unsigned int
irq, struct irq_chip * chip);
ARGUMENTS
irq
-
- irq number
chip
- pointer to irq chip description structure
AUTHORS
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
COPYRIGHT