Get a pointer to the generic chip of a hw_irq
struct irq_chip_generic * irq_get_domain_generic_chip(struct irq_domain * d, unsigned int hw_irq);
d
irq domain pointer
hw_irq
Hardware interrupt number
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>