irq_get_domain_generic_chip (9) Linux Manual Page
irq_get_domain_generic_chip – Get a pointer to the generic chip of a hw_irq
Synopsis
struct irq_chip_generic *irq_get_domain_generic_chip(struct irq_domain *d, unsigned int hw_irq);
Arguments
d
-
- irq domain pointer
hw_irq
- Hardware interrupt number
Authors
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
Ingo Molnar <mingo [at] elte.hu>
- Author.
