Searched refs:statusflags (Results 1 – 1 of 1) sorted by relevance
140 unsigned long statusflags; member1180 ch->statusflags = 0; in moxa_open()1214 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()1251 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()1321 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()1332 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()1336 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()1373 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()1375 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()1378 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()[all …]