Home
last modified time | relevance | path

Searched refs:PCI_IRQ_MSI (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/platform/x86/intel/
H A Dehl_pse_io.c58 ret = pci_alloc_irq_vectors(pci, 2, 2, PCI_IRQ_MSI); in ehl_pse_io_probe()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_irq.c66 IPC_MSI_VECTORS, PCI_IRQ_MSI); in ipc_acquire_irq()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-plat.c41 case PCI_IRQ_MSI: in dw_plat_pcie_ep_raise_irq()
H A Dpcie-keembay.c301 case PCI_IRQ_MSI: in keembay_pcie_ep_raise_irq()
H A Dpcie-qcom-ep.c806 case PCI_IRQ_MSI: in qcom_pcie_ep_raise_irq()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_irq.c107 PCI_IRQ_MSI | PCI_IRQ_MSIX); in hbg_irq_init()
/linux/rust/kernel/pci/
H A Dirq.rs32 IrqType::Msi => bindings::PCI_IRQ_MSI,
42 bindings::PCI_IRQ_MSI => IrqType::Msi,
/linux/drivers/uio/
H A Duio_pci_generic_sva.c79 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSIX | PCI_IRQ_MSI); in probe()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c51 PCI_IRQ_MSI); in adf_enable_msi()
/linux/drivers/i2c/busses/
H A Di2c-nvidia-gpu.c295 status = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in gpu_i2c_probe()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-motorcomm.c282 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in motorcomm_setup_irq()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c296 count = pci_alloc_irq_vectors(pdev, 1, MSI_THERMAL_MAX, PCI_IRQ_MSI | PCI_IRQ_MSIX); in proc_thermal_setup_msi()
/linux/drivers/usb/core/
H A Dhcd-pci.c193 PCI_IRQ_INTX | PCI_IRQ_MSI); in usb_hcd_pci_probe()
/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c450 PCI_IRQ_MSI); in ath11k_pci_alloc_msi()
457 PCI_IRQ_MSI); in ath11k_pci_alloc_msi()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c209 pci_alloc_irq_vectors(pdev, n_msi, n_msi, PCI_IRQ_MSI) < n_msi) { in wil_if_pcie_enable()
/linux/drivers/vfio/pci/
H A Dvfio_pci_intrs.c384 unsigned int flag = msix ? PCI_IRQ_MSIX : PCI_IRQ_MSI; in vfio_msi_enable()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c464 PCI_IRQ_MSI | PCI_IRQ_MSIX); in dw_edma_pcie_probe()
/linux/include/linux/
H A Dpci.h1175 #define PCI_IRQ_MSI (1 << 1) /* Allow MSI interrupts */ macro
1752 #define PCI_IRQ_ALL_TYPES (PCI_IRQ_INTX | PCI_IRQ_MSI | PCI_IRQ_MSIX)
1809 return PCI_IRQ_MSI; in pci_irq_type()
/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c463 case PCI_IRQ_MSI: in rockchip_pcie_ep_raise_irq()
/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c385 PCI_IRQ_MSI); in ntb_epf_init_isr()
/linux/drivers/s390/net/
H A Dism_drv.c560 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in ism_dev_init()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c761 PCI_IRQ_MSI); in ath12k_pci_msi_alloc()
770 PCI_IRQ_MSI); in ath12k_pci_msi_alloc()
/linux/drivers/cxl/
H A Dpci.c505 PCI_IRQ_MSIX | PCI_IRQ_MSI); in cxl_alloc_irq_vectors()
/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c665 ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_MSI); in hisi_pcie_pmu_irq_register()
/linux/drivers/dma/
H A Dhisi_dma.c1001 ret = pci_alloc_irq_vectors(pdev, msi_num, msi_num, PCI_IRQ_MSI); in hisi_dma_probe()

123