Home
last modified time | relevance | path

Searched refs:LOWWAIT (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/tty/
Depca.h69 #define LOWWAIT 0x2 macro
Depca.c591 if ((ch->statusflags & LOWWAIT) == 0) { in pc_write()
592 ch->statusflags |= LOWWAIT; in pc_write()
628 if (remain && (ch->statusflags & LOWWAIT) == 0) { in pc_write_room()
629 ch->statusflags |= LOWWAIT; in pc_write_room()
1536 if (ch->statusflags & LOWWAIT) { in doevent()
1537 ch->statusflags &= ~LOWWAIT; in doevent()
2299 if (ch->statusflags & LOWWAIT) in pc_start()
/linux-2.6.39/drivers/tty/
Dmoxa.c155 #define LOWWAIT 2 macro
1219 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1385 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()
1387 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()