| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-bcm2836.c | 129 irq_domain_set_info(d, irq, hw, chip, d->host_data, in bcm2836_map() 210 irq_domain_set_info(d, virq + i, i, &bcm2836_arm_irqchip_ipi, in bcm2836_arm_irqchip_ipi_alloc()
|
| H A D | irq-riscv-intc.c | 84 irq_domain_set_info(d, irq, hwirq, &riscv_intc_chip, d->host_data, in riscv_intc_domain_map()
|
| H A D | irq-mvebu-sei.c | 227 irq_domain_set_info(domain, virq, hwirq, in mvebu_sei_ap_alloc() 279 irq_domain_set_info(domain, virq, hwirq, in mvebu_sei_cp_domain_alloc()
|
| H A D | irq-armada-370-xp.c | 243 irq_domain_set_info(domain, virq + i, hwirq + i, in armada_370_xp_msi_alloc() 388 irq_domain_set_info(d, virq + i, i, &ipi_irqchip, in armada_370_xp_ipi_alloc()
|
| H A D | irq-loongson-htvec.c | 121 irq_domain_set_info(domain, virq + i, hwirq + i, &htvec_irq_chip, in htvec_domain_alloc()
|
| H A D | irq-loongson-pch-pic.c | 164 irq_domain_set_info(domain, virq, hwirq, in pch_pic_alloc()
|
| H A D | irq-partition-percpu.c | 158 irq_domain_set_info(domain, virq, hwirq, &partition_irq_chip, part, in partition_domain_alloc()
|
| H A D | irq-ixp4xx.c | 175 irq_domain_set_info(d, in ixp4xx_irq_domain_alloc()
|
| H A D | irq-gic-v3.c | 1393 irq_domain_set_info(d, irq, hw, chip, d->host_data, in gic_irq_domain_map() 1401 irq_domain_set_info(d, irq, hw, chip, d->host_data, in gic_irq_domain_map() 1407 irq_domain_set_info(d, irq, hw, chip, d->host_data, in gic_irq_domain_map() 1416 irq_domain_set_info(d, irq, hw, chip, d->host_data, in gic_irq_domain_map()
|
| H A D | irq-sifive-plic.c | 190 irq_domain_set_info(d, irq, hwirq, &plic_chip, d->host_data, in plic_irqdomain_map()
|
| H A D | irq-gic.c | 1087 irq_domain_set_info(d, irq, hw, &gic->chip, d->host_data, in gic_irq_domain_map() 1093 irq_domain_set_info(d, irq, hw, &gic->chip, d->host_data, in gic_irq_domain_map() 1097 irq_domain_set_info(d, irq, hw, &gic->chip, d->host_data, in gic_irq_domain_map()
|
| H A D | irq-ls-scfg-msi.c | 162 irq_domain_set_info(domain, virq, pos, in ls_scfg_msi_domain_irq_alloc()
|
| H A D | irq-ti-sci-inta.c | 579 irq_domain_set_info(domain, virq, arg->hwirq, &ti_sci_inta_irq_chip, in ti_sci_inta_irq_domain_alloc()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | msi.c | 304 irq_domain_set_info(domain, virq, arg->devid, info->chip, NULL, in dmar_msi_init() 397 irq_domain_set_info(domain, virq, arg->hwirq, info->chip, NULL, in hpet_msi_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/uv/ |
| H A D | uv_irq.c | 100 irq_domain_set_info(domain, virq, virq, &uv_irq_chip, chip_data, in uv_domain_alloc()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | generic-chip.c | 423 irq_domain_set_info(d, virq, hw_irq, chip, gc, ct->handler, NULL, NULL); in irq_map_generic_chip() 443 irq_domain_set_info(d, virq, hw_irq, &no_irq_chip, NULL, NULL, NULL, in irq_unmap_generic_chip()
|
| H A D | irqdomain.c | 1325 void irq_domain_set_info(struct irq_domain *domain, unsigned int virq, in irq_domain_set_info() function 1334 EXPORT_SYMBOL(irq_domain_set_info); 1829 void irq_domain_set_info(struct irq_domain *domain, unsigned int virq, in irq_domain_set_info() function
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-irq.c | 138 irq_domain_set_info(domain, virq, swlevel, &hub_irq_type, hd, in hub_domain_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-altera-msi.c | 136 irq_domain_set_info(domain, virq, bit, &altera_msi_bottom_irq_chip, in altera_irq_domain_alloc()
|
| H A D | pcie-tango.c | 150 irq_domain_set_info(dom, virq, pos, &tango_chip, in tango_irq_domain_alloc()
|
| H A D | pci-xgene-msi.c | 214 irq_domain_set_info(domain, virq, msi_irq, in xgene_irq_domain_alloc()
|
| H A D | pcie-iproc-msi.c | 271 irq_domain_set_info(domain, virq + i, hwirq + i, in iproc_msi_irq_domain_alloc()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-irq.c | 222 irq_domain_set_info(domain, virq, hwirq, &heart_irq_chip, hd, in heart_domain_alloc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irqdomain.h | 464 extern void irq_domain_set_info(struct irq_domain *domain, unsigned int virq,
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/ |
| H A D | pcie-mobiveil-host.c | 424 irq_domain_set_info(domain, virq, bit, &mobiveil_msi_bottom_irq_chip, in mobiveil_irq_msi_domain_alloc()
|