/openbmc/linux/drivers/pci/msi/ |
H A D | api.c | 283 if (flags & PCI_IRQ_LEGACY) { in pci_alloc_irq_vectors_affinity()
|
/openbmc/linux/Documentation/translations/zh_CN/PCI/ |
H A D | msi-howto.rst | 91 flags参数用来指定设备和驱动程序可以使用哪种类型的中断(PCI_IRQ_LEGACY, PCI_IRQ_MSI,
|
H A D | pci.rst | 307 所以尽量也要指定 ``PCI_IRQ_LEGACY`` 。
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 213 flags |= PCI_IRQ_LEGACY; in qib_pcie_params()
|
H A D | qib_iba7322.c | 3475 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 D | xgbe-pci.c | 173 PCI_IRQ_LEGACY | PCI_IRQ_MSI); in xgbe_config_irqs()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_pci_func.c | 304 PCI_IRQ_LEGACY); in aq_pci_probe()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd-pci.c | 192 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 D | portdrv.c | 197 ret = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in pcie_init_service_irqs()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_guest.c | 793 PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY); in vmci_guest_probe_device()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | core.c | 329 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 D | pci.h | 1052 #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 D | pci_endpoint_test.c | 187 irq = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_LEGACY); in pci_endpoint_test_alloc_irq_vectors()
|
/openbmc/linux/Documentation/PCI/ |
H A D | msi-howto.rst | 106 by the device and the driver (PCI_IRQ_LEGACY, PCI_IRQ_MSI, PCI_IRQ_MSIX).
|
H A D | pci.rst | 338 specify PCI_IRQ_LEGACY as well.
|
/openbmc/linux/drivers/platform/x86/ |
H A D | intel_ips.c | 1525 ret = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in ips_probe()
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_main.c | 534 PCI_IRQ_MSI | PCI_IRQ_LEGACY); in pvrdma_alloc_intrs()
|
/openbmc/linux/drivers/scsi/ |
H A D | vmw_pvscsi.c | 1349 unsigned int irq_flag = PCI_IRQ_MSIX | PCI_IRQ_MSI | PCI_IRQ_LEGACY; in pvscsi_probe()
|
H A D | pmcraid.c | 3991 unsigned int irq_flag = PCI_IRQ_LEGACY, flag; in pmcraid_register_interrupt_handler()
|
/openbmc/linux/drivers/ntb/hw/idt/ |
H A D | ntb_hw_idt.c | 2132 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 D | pci.c | 1611 unsigned int flags = PCI_IRQ_LEGACY; in rtw_pci_request_irq()
|
/openbmc/linux/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | 904 PCI_IRQ_MSI | PCI_IRQ_LEGACY); in alx_init_intr()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 1648 nvecs, PCI_IRQ_MSI | PCI_IRQ_LEGACY); in wx_set_interrupt_capability()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 6303 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 D | 8250_pci.c | 4004 rc = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY); in pciserial_init_ports()
|