Switch to alternative chip
int irq_setup_alt_chip(struct irq_data * d, unsigned int type);
d
irq_data for this interrupt
type
Flow type to be initialized
Only to be called from chip->irq_set_type callbacks.
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>