irq_get_domain_generic_chip (9) - Linux Manuals
irq_get_domain_generic_chip: Get a pointer to the generic chip of a hw_irq
NAME
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 inthw_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.
 
COPYRIGHT