Home
last modified time | relevance | path

Searched refs:irq_domain_add_nomap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Daxon_msi.c383 msic->irq_domain = irq_domain_add_nomap(dn, 65536, &msic_host_ops, msic); in axon_msi_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqdomain.h346 static inline struct irq_domain *irq_domain_add_nomap(struct device_node *of_node, in irq_domain_add_nomap() function
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dinterrupt.c745 host = irq_domain_add_nomap(NULL, PS3_PLUG_MAX + 1, &ps3_host_ops, NULL); in ps3_init_IRQ()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dsmp.c192 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
/OK3568_Linux_fs/kernel/Documentation/core-api/irq/
H A Dirq-domain.rst131 irq_domain_add_nomap()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dcommon.c1322 xive_irq_domain = irq_domain_add_nomap(NULL, XIVE_MAX_IRQ, in xive_init_host()