Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/linux/
Dmsi.h259 void (*msi_free)(struct irq_domain *domain, member
/Linux-v5.4/arch/x86/kernel/apic/
Dmsi.c327 .msi_free = hpet_msi_free,
/Linux-v5.4/drivers/pci/controller/
Dvmd.c286 .msi_free = vmd_msi_free,
Dpci-hyperv.c1523 .msi_free = hv_msi_free,