Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/tc/
Dzs.c499 || info->tx_stopped) { in transmit_chars()
542 if (info->tx_stopped) { in status_handle()
543 info->tx_stopped = 0; in status_handle()
548 info->tx_stopped = 1; in status_handle()
914 info->tx_stopped = 1; in change_speed()
917 info->tx_stopped = 0; in change_speed()
934 if (info->xmit_cnt <= 0 || tty->stopped || info->tx_stopped || in rs_flush_chars()
982 if (info->xmit_cnt && !tty->stopped && !info->tx_stopped in rs_write()
1335 was_stopped = info->tx_stopped; in rs_set_termios()
1339 if (was_stopped && !info->tx_stopped) in rs_set_termios()
Dzs.h115 unsigned char tx_stopped; /* output is suspended */ member
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c462 if ((info->xmit_cnt <= 0) || info->tty->stopped || info->tx_stopped in transmit_chars()
517 if (info->tx_stopped) { in status_handle()
521 info->tx_stopped = 0; in status_handle()
529 info->tx_stopped = 1; in status_handle()
1451 info->tx_stopped = 1; in change_speed()
1454 info->tx_stopped = 0; in change_speed()
1485 if (info->xmit_cnt <= 0 || tty->stopped || info->tx_stopped || in rs_flush_chars()
1556 if (info->xmit_cnt && !tty->stopped && !info->tx_stopped in rs_write()
1918 was_stopped = info->tx_stopped; in rs_set_termios()
1922 if (was_stopped && !info->tx_stopped) { in rs_set_termios()
[all …]
Dmacserial.h117 unsigned char tx_stopped; /* output is suspended */ member
/linux-2.4.37.9/drivers/net/wan/
Dz85230.h370 unsigned char tx_stopped; /* output is suspended */ member