Searched refs:statusflags (Results 1 – 1 of 1) sorted by relevance
136 unsigned long statusflags; member1182 ch->statusflags = 0; in moxa_open()1216 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()1253 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()1323 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()1334 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()1338 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()1372 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()1374 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()1377 if (test_bit(LOWWAIT, &p->statusflags) && !tty->flow.stopped && in moxa_poll_port()[all …]