Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirqdesc.c830 unsigned int irq_alloc_hwirqs(int cnt, int node) in irq_alloc_hwirqs() function
852 EXPORT_SYMBOL_GPL(irq_alloc_hwirqs);
/OK3568_Linux_fs/kernel/include/linux/
H A Dirq.h965 unsigned int irq_alloc_hwirqs(int cnt, int node);
968 return irq_alloc_hwirqs(1, node); in irq_alloc_hwirq()