Searched refs:get_irq_first (Results 1 – 10 of 10) sorted by relevance
342 for (irq = get_irq_first(); irq!=-ENODEV; irq=get_irq_next(irq)) { in tape_parm_parse()859 for (irq = get_irq_first(); irq!=-ENODEV; irq=get_irq_next(irq)) { in tape_init()
274 for (i = get_irq_first(); i >= 0; i = get_irq_next(i)) { in tub3270_init()
754 irq = get_irq_first(); in raw3215_find_dev()
642 int get_irq_first( void );
643 int get_irq_first( void );
183 get_irq_first() / get_irq_next() - Retrieve Information about available IRQs 189 available/usable only. get_irq_first() will retrieve the first usable IRQ. 192 int get_irq_first( void );198 The get_irq_first() / get_irq_next() functions return:205 irq = get_irq_first();
1186 for(curr_irq=get_irq_first();curr_irq>=0; curr_irq=get_irq_next(curr_irq)) in chandev_collect_devices()3077 for(curr_irq=get_irq_first(),loopcnt=0;curr_irq>=0; curr_irq=get_irq_next(curr_irq),loopcnt++) in chandev_read_proc()
3065 idx = get_irq_first(); in c7000_probe()
4151 get_irq_first (void) in get_irq_first() function9250 EXPORT_SYMBOL (get_irq_first);
5401 for (irq = get_irq_first (); irq != -ENODEV; in dasd_init()