Set the irq chip for an irq
int irq_set_chip(unsigned int irq, struct irq_chip * chip);
irq
irq number
chip
pointer to irq chip description structure
Thomas Gleixner <tglx@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>