Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/irq/
Dmsi.c143 irq_hw_number_t hwirq = ops->get_hwirq(info, arg); in msi_domain_alloc()
238 .get_hwirq = msi_domain_ops_get_hwirq,
254 if (ops->get_hwirq == NULL) in msi_domain_update_dom_ops()
255 ops->get_hwirq = msi_domain_ops_default.get_hwirq; in msi_domain_update_dom_ops()
/Linux-v5.4/arch/x86/kernel/apic/
Dmsi.c119 .get_hwirq = pci_msi_get_hwirq,
221 .get_hwirq = dmar_msi_get_hwirq,
325 .get_hwirq = hpet_msi_get_hwirq,
/Linux-v5.4/include/linux/
Dmsi.h253 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *info, member
/Linux-v5.4/drivers/pci/controller/
Dvmd.c284 .get_hwirq = vmd_get_hwirq,
Dpci-hyperv.c1520 .get_hwirq = hv_msi_domain_ops_get_hwirq,