Home
last modified time | relevance | path

Searched refs:alloc_msi_entry (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/bus/fsl-mc/
Dfsl-mc-msi.c217 msi_desc = alloc_msi_entry(dev, 1, NULL); in fsl_mc_msi_alloc_descs()
/Linux-v4.19/include/linux/
Dmsi.h138 struct msi_desc *alloc_msi_entry(struct device *dev, int nvec,
/Linux-v4.19/drivers/base/
Dplatform-msi.c137 desc = alloc_msi_entry(dev, 1, NULL); in platform_msi_alloc_descs_with_irq()
/Linux-v4.19/kernel/irq/
Dmsi.c30 alloc_msi_entry(struct device *dev, int nvec, const struct cpumask *affinity) in alloc_msi_entry() function
/Linux-v4.19/drivers/pci/
Dmsi.c546 entry = alloc_msi_entry(&dev->dev, nvec, masks); in msi_setup_entry()
683 entry = alloc_msi_entry(&dev->dev, 1, curmsk); in msix_setup_entries()