Home
last modified time | relevance | path

Searched refs:statusflags (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/tty/
H A Dmoxa.c398 unsigned long statusflags; member
1250 ch->statusflags = 0; in moxa_open()
1283 set_bit(LOWWAIT, &ch->statusflags); in moxa_write()
1320 set_bit(EMPTYWAIT, &ch->statusflags); in moxa_chars_in_buffer()
1392 set_bit(TXSTOPPED, &ch->statusflags); in moxa_stop()
1403 if (!test_bit(TXSTOPPED, &ch->statusflags)) in moxa_start()
1407 clear_bit(TXSTOPPED, &ch->statusflags); in moxa_start()
1441 if (test_bit(EMPTYWAIT, &p->statusflags) && in moxa_poll_port()
1443 clear_bit(EMPTYWAIT, &p->statusflags); in moxa_poll_port()
1448 clear_bit(LOWWAIT, &p->statusflags); in moxa_poll_port()
[all …]