Home
last modified time | relevance | path

Searched refs:msi_free (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/kernel/irq/
H A Dmsi.c721 if (ops->msi_free) { in msi_domain_alloc()
723 ops->msi_free(domain, info, virq + i); in msi_domain_alloc()
739 if (info->ops->msi_free) { in msi_domain_free()
741 info->ops->msi_free(domain, info, virq + i); in msi_domain_free()
/linux-6.15/arch/x86/hyperv/
H A Dirqdomain.c311 .msi_free = hv_msi_free_irq,
/linux-6.15/include/linux/
H A Dmsi.h455 void (*msi_free)(struct irq_domain *domain, member
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dmsi.c466 .msi_free = pseries_msi_ops_msi_free,
/linux-6.15/drivers/pci/controller/
H A Dvmd.c313 .msi_free = vmd_msi_free,
H A Dpci-hyperv.c2065 .msi_free = hv_msi_free,
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1724 .msi_free = pnv_msi_ops_msi_free,