Searched refs:tiocx_irq_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | tiocx.h | 60 extern struct sn_irq_info *tiocx_irq_alloc(nasid_t, int, int, nasid_t, int);
|
/Linux-v4.19/arch/ia64/sn/kernel/ |
D | tiocx.c | 279 struct sn_irq_info *tiocx_irq_alloc(nasid_t nasid, int widget, int irq, in tiocx_irq_alloc() function 330 EXPORT_SYMBOL(tiocx_irq_alloc);
|
/Linux-v4.19/drivers/char/ |
D | mbcs.c | 572 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1); in mbcs_intr_alloc() 585 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1); in mbcs_intr_alloc() 603 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1); in mbcs_intr_alloc()
|