tag | line | file | source code |
c_line | 1803 | drivers/char/serial.c | tty->termios->c_line = N_TTY; |
c_line | 183 | drivers/char/tty_io.c | tty->termios->c_line = ldisc; |
c_line | 188 | drivers/char/tty_io.c | tty->termios->c_line = tty->ldisc.num; |
c_line | 191 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 346 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 1002 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
c_line | 83 | drivers/char/tty_ioctl.c | termios->c_line = locked->c_line ? old->c_line : termios->c_line; |
c_line | 177 | drivers/char/tty_ioctl.c | tmp_termio.c_line = tty->termios->c_line; |
c_line | 78 | include/linux/termios.h | unsigned char c_line; /* line discipline */ |
c_line | 88 | include/linux/termios.h | cc_t c_line; /* line discipline */ |