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

/linux-master/drivers/tty/
H A Dpty.c395 memset(&tty->termios_locked, 0, sizeof(tty->termios_locked));
397 memset(&o_tty->termios_locked, 0, sizeof(tty->termios_locked));
H A Dtty_ioctl.c209 struct ktermios *locked = &tty->termios_locked;
540 *kterm = tty->termios_locked;
854 real_tty->termios_locked = kterm;
871 real_tty->termios_locked = kterm;
/linux-master/include/linux/
H A Dtty.h138 * @termios_rwsem: protects @termios and @termios_locked
141 * @termios_locked: locked termios (by %TIOCGLCKTRMIOS and %TIOCSLCKTRMIOS
208 struct ktermios termios, termios_locked; member in struct:tty_struct

Completed in 125 milliseconds