Lines Matching refs:ct
89 struct irq_chip_type *ct = irq_data_get_chip_type(d); in omap_mask_ack_irq() local
91 ct->chip.irq_mask(d); in omap_mask_ack_irq()
178 struct irq_chip_type *ct; in omap_alloc_gc() local
182 ct = gc->chip_types; in omap_alloc_gc()
183 ct->chip.irq_ack = omap_mask_ack_irq; in omap_alloc_gc()
184 ct->chip.irq_mask = irq_gc_mask_set_bit; in omap_alloc_gc()
185 ct->chip.irq_unmask = irq_gc_mask_clr_bit; in omap_alloc_gc()
186 ct->chip.irq_set_wake = irq_gc_set_wake; in omap_alloc_gc()
187 ct->regs.mask = IRQ_MIR_REG_OFFSET; in omap_alloc_gc()
194 struct irq_chip_type *ct; in omap1_init_irq() local
273 ct = irq_data_get_chip_type(d); in omap1_init_irq()
274 ct->chip.irq_unmask(d); in omap1_init_irq()