Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/irq/
Dmsi.c158 if (ops->msi_free) { in msi_domain_alloc()
160 ops->msi_free(domain, info, virq + i); in msi_domain_alloc()
176 if (info->ops->msi_free) { in msi_domain_free()
178 info->ops->msi_free(domain, info, virq + i); in msi_domain_free()
/kernel/linux/linux-5.10/include/linux/
Dmsi.h306 void (*msi_free)(struct irq_domain *domain, member
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dmsi.c411 .msi_free = hpet_msi_free,
/kernel/linux/linux-5.10/drivers/pci/controller/
Dvmd.c289 .msi_free = vmd_msi_free,
Dpci-hyperv.c1614 .msi_free = hv_msi_free,