Searched refs:wait_cons_dev (Results 1 – 5 of 5) sorted by relevance
1110 can act as system console. See wait_cons_dev() for details.1125 wait_cons_dev - Synchronously Wait for Console Processing1127 The wait_cons_dev() routine is used by the console device driver when its1129 request is received. In this case the console driver uses the wait_cons_dev()1132 found during wait_cons_dev() processing causes its interrupt handler to be1135 int wait_cons_dev( int irq);1139 The wait_cons_dev() function returns :1148 wait_cons_dev() processing requires that all but the special console ISC are
660 extern int wait_cons_dev(int irq);
661 extern int wait_cons_dev(int irq);
555 if (wait_cons_dev(raw->irq) != 0) { in raw3215_make_room()
3149 wait_cons_dev (int irq) in wait_cons_dev() function