Set irq chip data for an irq
int irq_set_chip_data(unsigned int irq, void * data);
irq
Interrupt number
data
Pointer to chip specific data
Set the hardware irq chip data for an irq
Thomas Gleixner <tglx@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.