Home
last modified time | relevance | path

Searched refs:get_irq_first (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtape.c342 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()
Dtuball.c274 for (i = get_irq_first(); i >= 0; i = get_irq_next(i)) { in tub3270_init()
Dcon3215.c754 irq = get_irq_first(); in raw3215_find_dev()
/linux-2.4.37.9/include/asm-s390/
Dirq.h642 int get_irq_first( void );
/linux-2.4.37.9/include/asm-s390x/
Dirq.h643 int get_irq_first( void );
/linux-2.4.37.9/Documentation/s390/
Dcds.txt183 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();
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c1186 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()
/linux-2.4.37.9/drivers/s390/net/
Dc7000.c3065 idx = get_irq_first(); in c7000_probe()
/linux-2.4.37.9/drivers/s390/
Ds390io.c4151 get_irq_first (void) in get_irq_first() function
9250 EXPORT_SYMBOL (get_irq_first);
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c5401 for (irq = get_irq_first (); irq != -ENODEV; in dasd_init()