Home
last modified time | relevance | path

Searched refs:termios_mutex (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/tty/
Dtty_ioctl.c104 mutex_lock(&tty->termios_mutex); in tty_throttle()
109 mutex_unlock(&tty->termios_mutex); in tty_throttle()
128 mutex_lock(&tty->termios_mutex); in tty_unthrottle()
132 mutex_unlock(&tty->termios_mutex); in tty_unthrottle()
511 mutex_lock(&tty->termios_mutex); in tty_set_termios()
553 mutex_unlock(&tty->termios_mutex); in tty_set_termios()
580 mutex_lock(&tty->termios_mutex); in set_termios()
582 mutex_unlock(&tty->termios_mutex); in set_termios()
634 mutex_lock(&tty->termios_mutex); in copy_termios()
636 mutex_unlock(&tty->termios_mutex); in copy_termios()
[all …]
Dtty_ldisc.c414 mutex_lock(&tty->termios_mutex); in tty_set_termios_ldisc()
416 mutex_unlock(&tty->termios_mutex); in tty_set_termios_ldisc()
723 mutex_lock(&tty->termios_mutex); in tty_reset_termios()
727 mutex_unlock(&tty->termios_mutex); in tty_reset_termios()
Dpty.c248 mutex_lock(&tty->termios_mutex); in pty_resize()
275 mutex_unlock(&tty->termios_mutex); in pty_resize()
Dtty_io.c2157 mutex_lock(&tty->termios_mutex); in tiocgwinsz()
2159 mutex_unlock(&tty->termios_mutex); in tiocgwinsz()
2180 mutex_lock(&tty->termios_mutex); in tty_do_resize()
2195 mutex_unlock(&tty->termios_mutex); in tty_do_resize()
2942 mutex_init(&tty->termios_mutex); in initialize_tty_struct()
/linux-3.4.99/drivers/net/irda/
Dirtty-sir.c126 mutex_lock(&tty->termios_mutex); in irtty_change_speed()
133 mutex_unlock(&tty->termios_mutex); in irtty_change_speed()
283 mutex_lock(&tty->termios_mutex); in irtty_stop_receiver()
295 mutex_unlock(&tty->termios_mutex); in irtty_stop_receiver()
/linux-3.4.99/include/linux/
Dtty.h271 struct mutex termios_mutex; member