Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/irq/
Dmsi.c119 if (ops->msi_free) { in msi_domain_alloc()
121 ops->msi_free(domain, info, virq + i); in msi_domain_alloc()
137 if (info->ops->msi_free) { in msi_domain_free()
139 info->ops->msi_free(domain, info, virq + i); in msi_domain_free()
/linux-4.4.14/include/linux/
Dmsi.h207 void (*msi_free)(struct irq_domain *domain, member
/linux-4.4.14/arch/x86/kernel/apic/
Dmsi.c308 .msi_free = hpet_msi_free,