Searched refs:irq_domain_add_nomap (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 386 msic->irq_domain = irq_domain_add_nomap(dn, 65536, &msic_host_ops, msic); in axon_msi_probe()
|
/Linux-v4.19/include/linux/ |
D | irqdomain.h | 327 static inline struct irq_domain *irq_domain_add_nomap(struct device_node *of_node, in irq_domain_add_nomap() function
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 757 host = irq_domain_add_nomap(NULL, PS3_PLUG_MAX + 1, &ps3_host_ops, NULL); in ps3_init_IRQ()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | smp.c | 195 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
|
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | common.c | 1221 xive_irq_domain = irq_domain_add_nomap(NULL, XIVE_MAX_IRQ, in xive_init_host()
|
/Linux-v4.19/Documentation/ |
D | IRQ-domain.txt | 131 irq_domain_add_nomap()
|