Lines Matching defs:irqchip
3 * irqchip for the IXP4xx interrupt controller
15 #include <linux/irqchip.h>
16 #include <linux/irqchip/irq-ixp4xx.h>
48 * @irqchip: irqchip for this instance
54 struct irq_chip irqchip;
178 &ixi->irqchip,
190 * GPIO irqchip (which is lower in the hierarchy)
283 ixi->irqchip.name = "IXP4xx";
284 ixi->irqchip.irq_mask = ixp4xx_irq_mask;
285 ixi->irqchip.irq_unmask = ixp4xx_irq_unmask;
286 ixi->irqchip.irq_set_type = ixp4xx_set_irq_type;
302 * ixp4xx_irq_init() - Function to initialize the irqchip from boardfiles
329 pr_crit("IXP4XX: failed to set up irqchip\n");
391 pr_crit("IXP4XX: failed to set up irqchip\n");