Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dpty.c395 memset(&tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()
397 memset(&o_tty->termios_locked, 0, sizeof(tty->termios_locked)); in pty_common_install()
H A Dtty_ioctl.c217 struct ktermios *locked = &tty->termios_locked; in unset_locked_termios()
548 *kterm = tty->termios_locked; in copy_termios_locked()
860 real_tty->termios_locked = kterm; in tty_mode_ioctl()
877 real_tty->termios_locked = kterm; in tty_mode_ioctl()
/openbmc/linux/include/linux/
H A Dtty.h209 struct ktermios termios, termios_locked; member