taglinefilesource code
termios_locked2023drivers/char/console.cconsole_driver.termios_locked = console_termios_locked;
termios_locked2759drivers/char/cyclades.ccy_serial_driver.termios_locked = serial_termios_locked;
termios_locked4023drivers/char/istallion.cstli_serial.termios_locked = stli_termioslocked;
termios_locked234drivers/char/pty.cpty_driver.termios_locked = pty_termios_locked;
termios_locked253drivers/char/pty.cpty_slave_driver.termios_locked = ttyp_termios_locked;
termios_locked2322drivers/char/scc.cscc_driver.termios_locked = (struct termios **) scc_termios_locked;
termios_locked2613drivers/char/serial.cserial_driver.termios_locked = serial_termios_locked;
termios_locked2898drivers/char/stallion.cstl_serial.termios_locked = stl_termioslocked;
termios_locked788drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
termios_locked824drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
termios_locked869drivers/char/tty_io.ctty->termios_locked = *ltp_loc;
termios_locked902drivers/char/tty_io.co_tty->termios_locked = *o_ltp_loc;
termios_locked960drivers/char/tty_io.cltp = tty->termios_locked;
termios_locked980drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
termios_locked995drivers/char/tty_io.co_ltp = (o_tty) ? o_tty->termios_locked : NULL;
termios_locked1011drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
termios_locked104drivers/char/tty_ioctl.cunset_locked_termios(tty->termios, &old_termios, tty->termios_locked);
termios_locked505drivers/char/tty_ioctl.creal_tty->termios_locked,
termios_locked515drivers/char/tty_ioctl.cmemcpy_fromfs(real_tty->termios_locked,
termios_locked203include/linux/tty.hstruct termios *termios, *termios_locked;
termios_locked118include/linux/tty_driver.hstruct termios **termios_locked;