Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dti_sci_inta_msi.c81 msi_desc = alloc_msi_entry(dev, 1, NULL); in ti_sci_inta_msi_alloc_descs()
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Dfsl-mc-msi.c231 msi_desc = alloc_msi_entry(dev, 1, NULL); in fsl_mc_msi_alloc_descs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmsi.h190 struct msi_desc *alloc_msi_entry(struct device *dev, int nvec,
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform-msi.c137 desc = alloc_msi_entry(dev, 1, NULL); in platform_msi_alloc_descs_with_irq()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dmsi.c29 struct msi_desc *alloc_msi_entry(struct device *dev, int nvec, in alloc_msi_entry() function
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c589 entry = alloc_msi_entry(&dev->dev, nvec, masks); in msi_setup_entry()
732 entry = alloc_msi_entry(&dev->dev, 1, curmsk); in msix_setup_entries()