Home
last modified time | relevance | path

Searched refs:PCI_IRQ_LEGACY (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/pci/msi/
H A Dapi.c283 if (flags & PCI_IRQ_LEGACY) { in pci_alloc_irq_vectors_affinity()
/openbmc/linux/Documentation/translations/zh_CN/PCI/
H A Dmsi-howto.rst91 flags参数用来指定设备和驱动程序可以使用哪种类型的中断(PCI_IRQ_LEGACY, PCI_IRQ_MSI,
H A Dpci.rst307 所以尽量也要指定 ``PCI_IRQ_LEGACY`` 。
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_pcie.c213 flags |= PCI_IRQ_LEGACY; in qib_pcie_params()
H A Dqib_iba7322.c3475 PCI_IRQ_LEGACY); in qib_setup_7322_interrupt()
5146 if (pci_alloc_irq_vectors(dd->pcidev, 1, 1, PCI_IRQ_LEGACY) < 0) in qib_7322_intr_fallback()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c173 PCI_IRQ_LEGACY | PCI_IRQ_MSI); in xgbe_config_irqs()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c304 PCI_IRQ_LEGACY); in aq_pci_probe()
/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c192 retval = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY | PCI_IRQ_MSI); in usb_hcd_pci_probe()
/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c197 ret = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in pcie_init_service_irqs()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_guest.c793 PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY); in vmci_guest_probe_device()
/openbmc/linux/sound/soc/intel/avs/
H A Dcore.c329 ret = pci_alloc_irq_vectors(pci, 1, 1, PCI_IRQ_MSI | PCI_IRQ_LEGACY); in avs_hdac_acquire_irq()
/openbmc/linux/include/linux/
H A Dpci.h1052 #define PCI_IRQ_LEGACY (1 << 0) /* Allow legacy interrupts */ macro
1624 (PCI_IRQ_LEGACY | PCI_IRQ_MSI | PCI_IRQ_MSIX)
1687 if ((flags & PCI_IRQ_LEGACY) && min_vecs == 1 && dev->irq) in pci_alloc_irq_vectors_affinity()
/openbmc/linux/drivers/misc/
H A Dpci_endpoint_test.c187 irq = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_LEGACY); in pci_endpoint_test_alloc_irq_vectors()
/openbmc/linux/Documentation/PCI/
H A Dmsi-howto.rst106 by the device and the driver (PCI_IRQ_LEGACY, PCI_IRQ_MSI, PCI_IRQ_MSIX).
H A Dpci.rst338 specify PCI_IRQ_LEGACY as well.
/openbmc/linux/drivers/platform/x86/
H A Dintel_ips.c1525 ret = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in ips_probe()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c534 PCI_IRQ_MSI | PCI_IRQ_LEGACY); in pvrdma_alloc_intrs()
/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.c1349 unsigned int irq_flag = PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY; in pvscsi_probe()
H A Dpmcraid.c3991 unsigned int irq_flag = PCI_IRQ_LEGACY, flag; in pmcraid_register_interrupt_handler()
/openbmc/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c2132 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI | PCI_IRQ_LEGACY); in idt_init_isr()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1611 unsigned int flags = PCI_IRQ_LEGACY; in rtw_pci_request_irq()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c904 PCI_IRQ_MSI | PCI_IRQ_LEGACY); in alx_init_intr()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1648 nvecs, PCI_IRQ_MSI | PCI_IRQ_LEGACY); in wx_set_interrupt_capability()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c6303 i = pci_alloc_irq_vectors(instance->pdev, 1, 1, PCI_IRQ_LEGACY); in megasas_init_fw()
7842 PCI_IRQ_LEGACY); in megasas_resume()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c4004 rc = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in pciserial_init_ports()

12