Searched refs:gic_chip (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic-v3.c | 671 static struct irq_chip gic_chip = { variable 700 irq_domain_set_info(d, irq, hw, &gic_chip, d->host_data, in gic_irq_domain_map() 706 irq_domain_set_info(d, irq, hw, &gic_chip, d->host_data, in gic_irq_domain_map() 714 irq_domain_set_info(d, irq, hw, &gic_chip, d->host_data, in gic_irq_domain_map()
|
D | irq-gic.c | 324 static struct irq_chip gic_chip = { variable 801 irq_domain_set_info(d, irq, hw, &gic_chip, d->host_data, in gic_irq_domain_map() 805 irq_domain_set_info(d, irq, hw, &gic_chip, d->host_data, in gic_irq_domain_map() 892 gic_chip.flags |= flags; in gic_set_irqchip_flags()
|