Searched refs:flow_stopped (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c754 if (!tty->flow_stopped) {
755 tty->flow_stopped = 1;
760 if (tty->flow_stopped) {
761 tty->flow_stopped = 0;
H A Dn_tty.c677 if (tty->stopped && !tty->flow_stopped &&
H A Drocket.c1131 if (tty->flow_stopped)
H A Dtty_io.c1660 if (!tty->stopped || tty->flow_stopped)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h205 unsigned char stopped:1, hw_stopped:1, flow_stopped:1, packet:1; member in struct:tty_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c119 printk("rs_stop: tty->stopped=%d tty->hw_stopped=%d tty->flow_stopped=%d\n",
120 tty->stopped, tty->hw_stopped, tty->flow_stopped);
128 printk("rs_start: tty->stopped=%d tty->hw_stopped=%d tty->flow_stopped=%d\n",
129 tty->stopped, tty->hw_stopped, tty->flow_stopped);

Completed in 87 milliseconds