Searched refs:irq_domain_get_of_node (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/powerpc/sysdev/
H A Dmpic_msi.c83 irq_domain_get_of_node(mpic->irqhost));
H A Di8259.c164 struct device_node *of_node = irq_domain_get_of_node(h);
H A Dehv_pic.c185 struct device_node *of_node = irq_domain_get_of_node(h);
H A Dfsl_msi.c112 irq_domain_get_of_node(msi_data->irqhost));
H A Dipic.c676 struct device_node *of_node = irq_domain_get_of_node(h);
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-platform-msi.c29 if (args.np == irq_domain_get_of_node(domain)) {
H A Dirq-gic-v3-its-fsl-mc-msi.c32 of_node = irq_domain_get_of_node(domain);
H A Dirq-vf610-mscm-ir.c132 if (!irq_domain_get_of_node(domain->parent))
220 if (of_device_is_compatible(irq_domain_get_of_node(domain->parent),
H A Dirq-atmel-aic-common.c111 struct device_node *node = irq_domain_get_of_node(domain);
H A Dirq-crossbar.c81 if (!irq_domain_get_of_node(domain->parent))
H A Dexynos-combiner.c142 if (irq_domain_get_of_node(d) != controller)
H A Dirq-versatile-fpga.c72 seq_printf(p, irq_domain_get_of_node(f->domain)->name);
H A Dirq-pic32-evic.c191 struct device_node *node = irq_domain_get_of_node(domain);
H A Dirq-hip04.c319 if (irq_domain_get_of_node(d) != controller)
H A Dirq-mvebu-icu.c322 msi_parent_dn = irq_domain_get_of_node(dev->msi.domain);
/linux-master/arch/powerpc/platforms/pasemi/
H A Dmsi.c140 of_node = irq_domain_get_of_node(mpic->irqhost);
/linux-master/drivers/gpio/
H A Dgpio-sodaville.c98 if (node != irq_domain_get_of_node(h))
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pic.c219 of_node = irq_domain_get_of_node(pic->host);
H A Daxon_msi.c323 irq_domain_get_of_node(msic->irq_domain));
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c137 return irq_domain_get_of_node(h) == node;
/linux-master/drivers/pci/msi/
H A Dirqdomain.c458 of_node = irq_domain_get_of_node(domain);
/linux-master/kernel/irq/
H A Dirqdomain.c639 of_node = irq_domain_get_of_node(domain);
667 of_node = irq_domain_get_of_node(domain);
695 struct device_node *of_node = irq_domain_get_of_node(domain);
/linux-master/drivers/soc/fsl/qe/
H A Dqe_ic.c298 struct device_node *of_node = irq_domain_get_of_node(h);
/linux-master/include/linux/
H A Dirqdomain.h133 * to swap it for the of_node via the irq_domain_get_of_node accessor
219 static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d) function
/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c133 of_node = irq_domain_get_of_node(domain);
1167 if (irq_domain_get_of_node(d) != node)
2222 irq_domain_get_of_node(d)->name, (unsigned)hw);

Completed in 225 milliseconds

12