Lines Matching defs:irqchip
712 * irqchip framework. As we don't use this framework, we can
727 struct irq_chip *irqchip = &info->irq_chip;
762 irqchip->irq_ack = armada_37xx_irq_ack;
763 irqchip->irq_mask = armada_37xx_irq_mask;
764 irqchip->irq_unmask = armada_37xx_irq_unmask;
765 irqchip->irq_set_wake = armada_37xx_irq_set_wake;
766 irqchip->irq_set_type = armada_37xx_irq_set_type;
767 irqchip->irq_startup = armada_37xx_irq_startup;
768 irqchip->name = info->data->name;
769 girq->chip = irqchip;