Lines Matching refs:statusflags
136 unsigned long statusflags; member
1192 ch->statusflags = 0; in moxa_open()
1226 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1263 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1333 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1344 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1348 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1382 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1384 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1387 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()
1389 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
1399 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()