Home
last modified time | relevance | path

Searched refs:tty_buffer_lock_exclusive (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dtty_flip.h38 extern void tty_buffer_lock_exclusive(struct tty_port *port);
/linux-4.4.14/drivers/tty/
Dtty_buffer.c55 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
62 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
/linux-4.4.14/drivers/staging/speakup/
Dselection.c148 tty_buffer_lock_exclusive(&vc->port); in __speakup_paste_selection()
/linux-4.4.14/drivers/tty/vt/
Dselection.c350 tty_buffer_lock_exclusive(&vc->port); in paste_selection()