Searched refs:irq_chip_type (Results 1 – 22 of 22) sorted by relevance
89 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_mask_and_ack()130 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_intc_suspend()149 struct irq_chip_type *ct = irq_data_get_chip_type(d); in brcmstb_l2_intc_resume()174 struct irq_chip_type *ct; in brcmstb_l2_intc_of_init()
92 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_suspend()103 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()
65 struct irq_chip_type *ct; in goldfish_pic_of_init()
42 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()
92 struct irq_chip_type *ct; in ingenic_intc_of_init()
57 struct irq_chip_type *ct = irq_data_get_chip_type(d); in dw_apb_ictl_resume()
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()
133 struct irq_chip_type *ct = gc->chip_types; in tangox_irq_init_chip()
113 struct irq_chip_type *ct = gc->chip_types; in sunxi_sc_nmi_set_type()
404 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_mask()417 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_unmask()430 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_mask()443 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_unmask()481 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_irq_set_type()1087 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()
317 struct irq_chip_type *ct; in gsta_alloc_irq_chip()342 struct irq_chip_type *ct = gc->chip_types; in gsta_alloc_irq_chip()
135 struct irq_chip_type *ct; in sdv_register_irqsupport()
339 struct irq_chip_type *ct; in pch_gpio_alloc_generic_chip()
347 struct irq_chip_type *ct; in mxc_gpio_init_gc()
457 static struct irq_chip_type gpio_unbanked; in davinci_gpio_get_irq_chip()
391 struct irq_chip_type *ct; in ioh_gpio_alloc_generic_chip()
396 struct irq_chip_type *ct; in dwapb_configure_irqs()
965 struct irq_chip_type { struct1027 struct irq_chip_type chip_types[0];1128 static inline struct irq_chip_type *irq_data_get_chip_type(struct irq_data *d) in irq_data_get_chip_type()1130 return container_of(d->chip, struct irq_chip_type, chip); in irq_data_get_chip_type()