Lines Matching defs:irq_chip_generic
663 struct irq_chip_generic { struct
664 raw_spinlock_t lock;
665 void __iomem *reg_base;
666 unsigned int irq_base;
667 unsigned int irq_cnt;
668 u32 mask_cache;
669 u32 type_cache;
670 u32 polarity_cache;
671 u32 wake_enabled;
672 u32 wake_active;
673 unsigned int num_ct;
674 void *private;
675 struct list_head list;
676 struct irq_chip_type chip_types[0];