Searched refs:dev_domain (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-dma-pl.c81 struct irq_domain *dev_domain; member in struct:xilinx_msi
256 virq = irq_find_mapping(msi->dev_domain, bit);
277 virq = irq_find_mapping(msi->dev_domain, bit);
437 if (msi->dev_domain) {
438 irq_domain_remove(msi->dev_domain);
439 msi->dev_domain = NULL;
455 msi->dev_domain = irq_domain_add_linear(NULL, XILINX_NUM_MSI_IRQS,
457 if (!msi->dev_domain)
462 msi->dev_domain);
H A Dpcie-xilinx-nwl.c149 struct irq_domain *dev_domain; member in struct:nwl_msi
342 generic_handle_domain_irq(msi->dev_domain, bit);
506 msi->dev_domain = irq_domain_add_linear(NULL, INT_PCI_MSI_NR,
508 if (!msi->dev_domain) {
514 msi->dev_domain);
517 irq_domain_remove(msi->dev_domain);
H A Dpcie-microchip-host.c261 struct irq_domain *dev_domain; member in struct:mc_msi
431 ret = generic_handle_domain_irq(msi->dev_domain, bit);
544 msi->dev_domain = irq_domain_add_linear(NULL, msi->num_vectors,
546 if (!msi->dev_domain) {
552 msi->dev_domain);
555 irq_domain_remove(msi->dev_domain);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmsi.c620 phb->dev_domain = irq_domain_create_hierarchy(parent, 0, count,
623 if (!phb->dev_domain) {
632 phb->dev_domain);
637 irq_domain_remove(phb->dev_domain);
661 if (phb->dev_domain)
662 irq_domain_remove(phb->dev_domain);
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c154 generic_handle_domain_irq(msi->dev_domain, msi_data);
449 msi->dev_domain = irq_domain_add_linear(NULL, msi->num_of_vectors,
451 if (!msi->dev_domain) {
458 msi->dev_domain);
461 irq_domain_remove(msi->dev_domain);
H A Dpcie-mobiveil.h139 struct irq_domain *dev_domain; member in struct:mobiveil_msi
/linux-master/arch/powerpc/include/asm/
H A Dpci-bridge.h135 struct irq_domain *dev_domain; member in struct:pci_controller
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1931 hose->dev_domain = irq_domain_create_hierarchy(parent, 0, count,
1934 if (!hose->dev_domain) {
1943 hose->dev_domain);
1948 irq_domain_remove(hose->dev_domain);

Completed in 139 milliseconds