Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/irq/
Dmsi.c535 irq_hw_number_t hwirq = ops->get_hwirq(info, arg); in msi_domain_alloc()
624 .get_hwirq = msi_domain_ops_get_hwirq,
650 if (ops->get_hwirq == NULL) in msi_domain_update_dom_ops()
651 ops->get_hwirq = msi_domain_ops_default.get_hwirq; in msi_domain_update_dom_ops()
/Linux-v6.1/include/linux/
Dmsi.h343 irq_hw_number_t (*get_hwirq)(struct msi_domain_info *info, member
/Linux-v6.1/drivers/pci/controller/
Dvmd.c305 .get_hwirq = vmd_get_hwirq,