/openbmc/linux/drivers/irqchip/ |
H A D | irq-vf610-mscm-ir.c | 132 if (!irq_domain_get_of_node(domain->parent)) in vf610_mscm_ir_domain_alloc() 220 if (of_device_is_compatible(irq_domain_get_of_node(domain->parent), in vf610_mscm_ir_of_init()
|
H A D | irq-gic-v3-its-fsl-mc-msi.c | 32 of_node = irq_domain_get_of_node(domain); in fsl_mc_msi_domain_get_msi_id()
|
H A D | irq-gic-v3-its-platform-msi.c | 29 if (args.np == irq_domain_get_of_node(domain)) { in of_pmsi_get_dev_id()
|
H A D | irq-versatile-fpga.c | 72 seq_printf(p, irq_domain_get_of_node(f->domain)->name); in fpga_irq_print_chip()
|
H A D | irq-atmel-aic-common.c | 111 struct device_node *node = irq_domain_get_of_node(domain); in aic_common_ext_irq_of_init()
|
H A D | exynos-combiner.c | 142 if (irq_domain_get_of_node(d) != controller) in combiner_irq_domain_xlate()
|
H A D | irq-pic32-evic.c | 191 struct device_node *node = irq_domain_get_of_node(domain); in pic32_ext_irq_of_init()
|
H A D | irq-crossbar.c | 81 if (!irq_domain_get_of_node(domain->parent)) in allocate_gic_irq()
|
H A D | irq-hip04.c | 319 if (irq_domain_get_of_node(d) != controller) in hip04_irq_domain_xlate()
|
H A D | irq-mvebu-icu.c | 322 msi_parent_dn = irq_domain_get_of_node(dev->msi.domain); in mvebu_icu_subset_probe()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic_msi.c | 83 irq_domain_get_of_node(mpic->irqhost)); in mpic_msi_init_allocator()
|
H A D | i8259.c | 164 struct device_node *of_node = irq_domain_get_of_node(h); in i8259_host_match()
|
H A D | ehv_pic.c | 185 struct device_node *of_node = irq_domain_get_of_node(h); in ehv_pic_host_match()
|
H A D | fsl_msi.c | 110 irq_domain_get_of_node(msi_data->irqhost)); in fsl_msi_init_allocator()
|
H A D | ipic.c | 676 struct device_node *of_node = irq_domain_get_of_node(h); in ipic_host_match()
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | msi.c | 140 of_node = irq_domain_get_of_node(mpic->irqhost); in mpic_pasemi_msi_init()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-irqchip.c | 137 return irq_domain_get_of_node(h) == node; in opal_event_match()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sodaville.c | 98 if (node != irq_domain_get_of_node(h)) in sdv_xlate()
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pic.c | 219 of_node = irq_domain_get_of_node(pic->host); in spider_find_cascade_and_node()
|
H A D | axon_msi.c | 323 irq_domain_get_of_node(msic->irq_domain)); in axon_msi_shutdown()
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | qe_ic.c | 298 struct device_node *of_node = irq_domain_get_of_node(h); in qe_ic_host_match()
|
/openbmc/linux/drivers/pci/msi/ |
H A D | irqdomain.c | 461 of_node = irq_domain_get_of_node(domain); in pci_msi_domain_get_msi_rid()
|
/openbmc/linux/kernel/irq/ |
H A D | irqdomain.c | 635 of_node = irq_domain_get_of_node(domain); in irq_domain_associate_many() 663 of_node = irq_domain_get_of_node(domain); in irq_create_direct_mapping() 691 struct device_node *of_node = irq_domain_get_of_node(domain); in irq_create_mapping_affinity_locked()
|
/openbmc/linux/include/linux/ |
H A D | irqdomain.h | 219 static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d) in irq_domain_get_of_node() function
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 133 of_node = irq_domain_get_of_node(domain); in octeon_irq_force_ciu_mapping() 1167 if (irq_domain_get_of_node(d) != node) in octeon_irq_gpio_xlat() 2222 irq_domain_get_of_node(d)->name, (unsigned)hw); in octeon_irq_cib_map()
|