Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/include/linux/
Dmsi.h231 void (*msi_free)(struct irq_domain *domain, member
/Linux-v4.19/arch/x86/kernel/apic/
Dmsi.c330 .msi_free = hpet_msi_free,
/Linux-v4.19/drivers/pci/controller/
Dvmd.c284 .msi_free = vmd_msi_free,
Dpci-hyperv.c1245 .msi_free = hv_msi_free,