Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/irq/
Dmsi.c185 .msi_prepare = msi_domain_ops_prepare,
204 if (ops->msi_prepare == NULL) in msi_domain_update_dom_ops()
205 ops->msi_prepare = msi_domain_ops_default.msi_prepare; in msi_domain_update_dom_ops()
262 ret = ops->msi_prepare(domain, dev, nvec, &arg); in msi_domain_alloc_irqs()
/linux-4.1.27/include/linux/
Dmsi.h161 int (*msi_prepare)(struct irq_domain *domain, member
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v3-its.c1285 .msi_prepare = its_msi_prepare,