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 <[email protected]>
Author.
Ingo Molnar <[email protected]>