Lines Matching defs:irq_chip
66 * struct irq_chip - hardware interrupt chip descriptor
87 struct irq_chip {
122 * @handler_data: per-IRQ data for the irq_chip methods
145 struct irq_chip *chip;
174 #define hw_interrupt_type irq_chip
175 typedef struct irq_chip hw_irq_controller;
358 extern struct irq_chip no_irq_chip;
359 extern struct irq_chip dummy_irq_chip;
362 set_irq_chip_and_handler(unsigned int irq, struct irq_chip *chip,
398 extern int set_irq_chip(unsigned int irq, struct irq_chip *chip);