Searched refs:irq_ops (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/irqchip/ | ||
H A D | irq-renesas-h8300h.c | 70 static struct irq_domain_ops irq_ops = { variable in typeref:struct:irq_domain_ops 87 domain = irq_domain_add_linear(intc, NR_IRQS, &irq_ops, NULL); h8300h_intc_of_init() |
H A D | irq-renesas-h8s.c | 76 static struct irq_domain_ops irq_ops = { variable in typeref:struct:irq_domain_ops 95 domain = irq_domain_add_linear(intc, NR_IRQS, &irq_ops, NULL); h8s_intc_of_init() |
/linux-4.4.14/arch/nios2/kernel/ | ||
H A D | irq.c | 70 static struct irq_domain_ops irq_ops = { variable in typeref:struct:irq_domain_ops 86 domain = irq_domain_add_linear(node, NIOS2_CPU_NR_IRQS, &irq_ops, NULL); init_IRQ() |
Completed in 191 milliseconds