tag | line | file | source code |
c_line | 2314 | drivers/char/cyclades.c | tty->termios->c_line = N_TTY; |
c_line | 2048 | drivers/char/serial.c | tty->termios->c_line = N_TTY; |
c_line | 213 | drivers/char/tty_io.c | tty->termios->c_line = ldisc; |
c_line | 218 | drivers/char/tty_io.c | tty->termios->c_line = tty->ldisc.num; |
c_line | 221 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 377 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 1049 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 1055 | drivers/char/tty_io.c | o_tty->termios->c_line = N_TTY; |
c_line | 91 | drivers/char/tty_ioctl.c | termios->c_line = locked->c_line ? old->c_line : termios->c_line; |
c_line | 192 | drivers/char/tty_ioctl.c | tmp_termio.c_line = tty->termios->c_line; |
c_line | 82 | include/linux/termios.h | unsigned char c_line; /* line discipline */ |
c_line | 92 | include/linux/termios.h | cc_t c_line; /* line discipline */ |