Home
last modified time | relevance | path

Searched refs:dev_domain (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c158 virq = irq_find_mapping(msi->dev_domain, msi_data); in mobiveil_pcie_isr()
459 msi->dev_domain = irq_domain_add_linear(NULL, msi->num_of_vectors, in mobiveil_allocate_msi_domains()
461 if (!msi->dev_domain) { in mobiveil_allocate_msi_domains()
468 msi->dev_domain); in mobiveil_allocate_msi_domains()
471 irq_domain_remove(msi->dev_domain); in mobiveil_allocate_msi_domains()
Dpcie-mobiveil.h139 struct irq_domain *dev_domain; member
/Linux-v5.10/drivers/pci/controller/
Dpcie-xilinx-nwl.c148 struct irq_domain *dev_domain; member
353 virq = irq_find_mapping(msi->dev_domain, bit); in nwl_pcie_handle_msi_irq()
523 msi->dev_domain = irq_domain_add_linear(NULL, INT_PCI_MSI_NR, in nwl_pcie_init_msi_irq_domain()
525 if (!msi->dev_domain) { in nwl_pcie_init_msi_irq_domain()
531 msi->dev_domain); in nwl_pcie_init_msi_irq_domain()
534 irq_domain_remove(msi->dev_domain); in nwl_pcie_init_msi_irq_domain()