tag | line | file | source code |
VSTART | 2673 | drivers/char/istallion.c | pp->startin = tiosp->c_cc[VSTART]; |
VSTART | 2675 | drivers/char/istallion.c | pp->startout = tiosp->c_cc[VSTART]; |
VSTART | 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]); |
VSTART | 2149 | drivers/char/stallion.c | stl_setreg(portp, SCHR1, tiosp->c_cc[VSTART]); |
VSTART | 2151 | drivers/char/stallion.c | stl_setreg(portp, SCHR3, tiosp->c_cc[VSTART]); |
VSTART | 122 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
VSTART | 309 | drivers/char/tty_ioctl.c | tmp.t_startc = tty->termios->c_cc[VSTART]; |
VSTART | 328 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSTART] = tmp.t_startc; |
VSTART | 113 | include/linux/tty.h | #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) |