Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/irq/
Dmsi.c89 irq_hw_number_t hwirq = ops->get_hwirq(info, arg); in msi_domain_alloc()
182 .get_hwirq = msi_domain_ops_get_hwirq,
198 if (ops->get_hwirq == NULL) in msi_domain_update_dom_ops()
199 ops->get_hwirq = msi_domain_ops_default.get_hwirq; in msi_domain_update_dom_ops()
269 virq = (int)ops->get_hwirq(info, &arg); in msi_domain_alloc_irqs()
/linux-4.1.27/include/linux/
Dmsi.h149 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *info, member