Searched refs:irq_chip_type (Results 1 – 25 of 38) sorted by relevance
12
39 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_disable_reg()58 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_set_bit()78 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_clr_bit()98 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_unmask_enable_reg()114 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_ack_set_bit()130 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_ack_clr_bit()153 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_disable_and_ack_set()170 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_eoi()242 unsigned long sz = sizeof(*gc) + num_ct * sizeof(struct irq_chip_type); in irq_alloc_generic_chip()256 struct irq_chip_type *ct = gc->chip_types; in irq_gc_init_mask_cache()[all …]
49 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_unmask_enable_reg()63 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_mask_disable_reg()76 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_mask_disable_reg_and_ack()90 struct irq_chip_type *ct; in ingenic_tcu_irq_init()
81 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_mask_and_ack()122 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_intc_suspend()141 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_intc_resume()166 struct irq_chip_type *ct; in brcmstb_l2_intc_of_init()
89 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_suspend()100 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_resume()226 struct irq_chip_type *ct; in bcm7120_l2_intc_probe()
202 struct irq_chip_type *ct; in omap_alloc_gc_of()227 struct irq_chip_type *ct; in omap_alloc_gc_legacy()
61 struct irq_chip_type *ct; in goldfish_pic_of_init()
41 struct irq_chip_type *ct; in sirfsoc_alloc_gc()
27 struct irq_chip_type *ct = irq_data_get_chip_type(data); in ocelot_irq_unmask()
47 struct irq_chip_type *ct; in davinci_aintc_setup_gc()
66 struct irq_chip_type *ct; in ingenic_intc_of_init()
107 struct irq_chip_type *ct; in ls1x_intc_of_init()
43 struct irq_chip_type *ct = irq_data_get_chip_type(d); in aic_common_shutdown()
131 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_bridge_irq_startup()
84 struct irq_chip_type *ct = gc->chip_types; in avic_irq_suspend()106 struct irq_chip_type *ct = gc->chip_types; in avic_irq_resume()127 struct irq_chip_type *ct; in avic_init_gc()
103 struct irq_chip_type *ct; in tzic_init_gc()
89 struct irq_chip_type *ct = irq_data_get_chip_type(d); in omap_mask_ack_irq()178 struct irq_chip_type *ct; in omap_alloc_gc()194 struct irq_chip_type *ct; in omap1_init_irq()
25 struct irq_chip_type *ct; in orion_irq_init()
354 struct irq_chip_type *ct = irq_data_get_chip_type(d); in gpio_irq_set_type()494 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_gpio_unmask_irq()508 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_gpio_mask_irq()527 struct irq_chip_type *ct; in orion_gpio_init()
69 struct irq_chip_type *ct; in se7722_gc_init()
70 struct irq_chip_type *ct; in se7343_gc_init()
417 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_mask()430 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_unmask()444 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_mask()457 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_unmask()495 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_irq_set_type()1088 struct irq_chip_type *ct; in mvebu_gpio_probe()
75 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mxs_gpio_set_irq_type()195 struct irq_chip_type *ct; in mxs_gpio_init_gc()
304 struct irq_chip_type *ct; in gsta_alloc_irq_chip()329 struct irq_chip_type *ct = gc->chip_types; in gsta_alloc_irq_chip()
128 struct irq_chip_type *ct; in sdv_register_irqsupport()
1011 struct irq_chip_type { struct1073 struct irq_chip_type chip_types[];1174 static inline struct irq_chip_type *irq_data_get_chip_type(struct irq_data *d) in irq_data_get_chip_type()1176 return container_of(d->chip, struct irq_chip_type, chip); in irq_data_get_chip_type()