Home
last modified time | relevance | path

Searched refs:termios_locked (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/
Dtty_driver.h312 struct ktermios **termios_locked; member
Dtty.h271 struct ktermios *termios, *termios_locked; member
/linux-2.6.39/drivers/tty/
Dtty_ioctl.c516 unset_locked_termios(tty->termios, &old_termios, tty->termios_locked); in tty_set_termios()
644 memcpy(kterm, tty->termios_locked, sizeof(struct ktermios)); in copy_termios_locked()
1036 memcpy(real_tty->termios_locked, &kterm, sizeof(struct ktermios)); in tty_mode_ioctl()
1053 memcpy(real_tty->termios_locked, &kterm, sizeof(struct ktermios)); in tty_mode_ioctl()
Dpty.c571 tty->termios_locked = tty->termios + 1; in pty_unix98_install()
577 o_tty->termios_locked = o_tty->termios + 1; in pty_unix98_install()
Dtty_io.c1246 tty->termios_locked = tp + 1; in tty_init_termios()