Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/irq/
Dmsi.c550 if (ops->msi_free) { in msi_domain_alloc()
552 ops->msi_free(domain, info, virq + i); in msi_domain_alloc()
568 if (info->ops->msi_free) { in msi_domain_free()
570 info->ops->msi_free(domain, info, virq + i); in msi_domain_free()
/Linux-v6.1/include/linux/
Dmsi.h349 void (*msi_free)(struct irq_domain *domain, member
/Linux-v6.1/arch/x86/hyperv/
Dirqdomain.c311 .msi_free = hv_msi_free_irq,
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dmsi.c463 .msi_free = pseries_msi_ops_msi_free,
/Linux-v6.1/drivers/pci/controller/
Dvmd.c307 .msi_free = vmd_msi_free,
Dpci-hyperv.c1998 .msi_free = hv_msi_free,
/Linux-v6.1/arch/x86/kernel/
Dhpet.c534 .msi_free = hpet_msi_free,
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dpci-ioda.c2104 .msi_free = pnv_msi_ops_msi_free,