Searched refs:statusflags (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/ |
H A D | moxa.c | 140 unsigned long statusflags; member in struct:moxa_port 153 /* statusflags */ 1197 ch->statusflags = 0; moxa_open() 1231 set_bit(LOWWAIT, &ch->statusflags); moxa_write() 1268 set_bit(EMPTYWAIT, &ch->statusflags); moxa_chars_in_buffer() 1338 set_bit(TXSTOPPED, &ch->statusflags); moxa_stop() 1349 if (!test_bit(TXSTOPPED, &ch->statusflags)) moxa_start() 1353 clear_bit(TXSTOPPED, &ch->statusflags); moxa_start() 1387 if (test_bit(EMPTYWAIT, &p->statusflags) && moxa_poll_port() 1389 clear_bit(EMPTYWAIT, &p->statusflags); moxa_poll_port() 1392 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && moxa_poll_port() 1394 clear_bit(LOWWAIT, &p->statusflags); moxa_poll_port() 1404 clear_bit(EMPTYWAIT, &p->statusflags); moxa_poll_port()
|
Completed in 71 milliseconds