Home
last modified time | relevance | path

Searched refs:EMPTYWAIT (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dpcxx.h60 #define EMPTYWAIT 0x04 macro
Depca.h70 #define EMPTYWAIT 0x4 macro
Dmoxa.c179 #define EMPTYWAIT 0x4 macro
780 if (!(ch->statusflags & EMPTYWAIT)) in moxa_chars_in_buffer()
1185 ch->statusflags |= EMPTYWAIT; in setup_empty_event()
1201 if (ch->tty && (ch->statusflags & EMPTYWAIT)) { in check_xmit_empty()
1203 ch->statusflags &= ~EMPTYWAIT; in check_xmit_empty()
1211 ch->statusflags &= ~EMPTYWAIT; in check_xmit_empty()
Dpcxx.c837 if(!(ch->statusflags & EMPTYWAIT)) in pcxe_chars_in_buffer()
881 if ((ch->statusflags & TXBUSY) && !(ch->statusflags & EMPTYWAIT)) in pcxe_flush_chars()
1783 if (ch->statusflags & EMPTYWAIT) { in doevent()
1784 ch->statusflags &= ~EMPTYWAIT; in doevent()
2479 ch->statusflags |= EMPTYWAIT; in setup_empty_event()
Depca.c1127 if (!(ch->statusflags & EMPTYWAIT)) in pc_chars_in_buffer()
1202 if ((ch->statusflags & TXBUSY) && !(ch->statusflags & EMPTYWAIT)) in pc_flush_chars()
2392 if (ch->statusflags & EMPTYWAIT) in doevent()
2395 ch->statusflags &= ~EMPTYWAIT; in doevent()
3628 ch->statusflags |= EMPTYWAIT; in setup_empty_event()