tag | line | file | source code |
VSTOP | 2674 | drivers/char/istallion.c | pp->stopin = tiosp->c_cc[VSTOP]; |
VSTOP | 2676 | drivers/char/istallion.c | pp->stopout = tiosp->c_cc[VSTOP]; |
VSTOP | 2120 | drivers/char/stallion.c | printk(" schr1=%x schr2=%x schr3=%x schr4=%x\n", tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP], tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP]); |
VSTOP | 2150 | drivers/char/stallion.c | stl_setreg(portp, SCHR2, tiosp->c_cc[VSTOP]); |
VSTOP | 2152 | drivers/char/stallion.c | stl_setreg(portp, SCHR4, tiosp->c_cc[VSTOP]); |
VSTOP | 121 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
VSTOP | 310 | drivers/char/tty_ioctl.c | tmp.t_stopc = tty->termios->c_cc[VSTOP]; |
VSTOP | 329 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSTOP] = tmp.t_stopc; |
VSTOP | 114 | include/linux/tty.h | #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) |