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