Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soc/ti/
Dti_sci_inta_msi.c81 msi_desc = alloc_msi_entry(dev, 1, NULL); in ti_sci_inta_msi_alloc_descs()
93 msi_desc = alloc_msi_entry(dev, 1, NULL); in ti_sci_inta_msi_alloc_descs()
/Linux-v5.15/drivers/bus/fsl-mc/
Dfsl-mc-msi.c231 msi_desc = alloc_msi_entry(dev, 1, NULL); in fsl_mc_msi_alloc_descs()
/Linux-v5.15/drivers/base/
Dplatform-msi.c144 desc = alloc_msi_entry(dev, 1, NULL); in platform_msi_alloc_descs_with_irq()
/Linux-v5.15/include/linux/
Dmsi.h233 struct msi_desc *alloc_msi_entry(struct device *dev, int nvec,
/Linux-v5.15/drivers/pci/
Dmsi.c477 entry = alloc_msi_entry(&dev->dev, nvec, masks); in msi_setup_entry()
619 entry = alloc_msi_entry(&dev->dev, 1, curmsk); in msix_setup_entries()
/Linux-v5.15/kernel/irq/
Dmsi.c32 struct msi_desc *alloc_msi_entry(struct device *dev, int nvec, in alloc_msi_entry() function