Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/irq/
Dirqdesc.c484 unsigned int irq_alloc_hwirqs(int cnt, int node) in irq_alloc_hwirqs() function
506 EXPORT_SYMBOL_GPL(irq_alloc_hwirqs);
/linux-4.1.27/include/linux/
Dirq.h656 unsigned int irq_alloc_hwirqs(int cnt, int node);
659 return irq_alloc_hwirqs(1, node); in irq_alloc_hwirq()
/linux-4.1.27/drivers/iommu/
Dirq_remapping.c60 irq = irq_alloc_hwirqs(nvec, dev_to_node(&dev->dev)); in do_setup_msi_irqs()