Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/irq/
Dmsi.c106 irq_hw_number_t hwirq = ops->get_hwirq(info, arg); in msi_domain_alloc()
199 .get_hwirq = msi_domain_ops_get_hwirq,
215 if (ops->get_hwirq == NULL) in msi_domain_update_dom_ops()
216 ops->get_hwirq = msi_domain_ops_default.get_hwirq; in msi_domain_update_dom_ops()
282 virq = (int)ops->get_hwirq(info, &arg); in msi_domain_alloc_irqs()
/linux-4.4.14/arch/x86/kernel/apic/
Dmsi.c123 .get_hwirq = pci_msi_get_hwirq,
209 .get_hwirq = dmar_msi_get_hwirq,
306 .get_hwirq = hpet_msi_get_hwirq,
/linux-4.4.14/include/linux/
Dmsi.h201 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *info, member