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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c344 mutex_lock(&tty->termios_mutex);
389 mutex_unlock(&tty->termios_mutex);
513 mutex_lock(&tty->termios_mutex);
519 mutex_unlock(&tty->termios_mutex);
574 mutex_lock(&tty->termios_mutex);
583 mutex_unlock(&tty->termios_mutex);
846 mutex_lock(&tty->termios_mutex);
850 mutex_unlock(&tty->termios_mutex);
H A Dtty_io.c636 * Locking: takes termios_mutex
641 mutex_lock(&tty->termios_mutex);
643 mutex_unlock(&tty->termios_mutex);
937 * called functions take termios_mutex
1295 mutex_lock(&tty->termios_mutex);
1299 mutex_unlock(&tty->termios_mutex);
1320 * termios_mutex resetting termios data
2790 * Locking: tty->termios_mutex is taken to ensure the winsize data
2798 mutex_lock(&tty->termios_mutex);
2800 mutex_unlock(&tty->termios_mutex);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h197 struct mutex termios_mutex; member in struct:tty_struct

Completed in 119 milliseconds