Lines Matching refs:statusflags
136 unsigned long statusflags; member
1184 ch->statusflags = 0; in moxa_open()
1218 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1255 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1325 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1336 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1340 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1374 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1376 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1379 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()
1381 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
1391 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()