Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtty_flip.h39 extern void tty_buffer_unlock_exclusive(struct tty_port *port);
/linux-4.1.27/drivers/tty/
Dtty_buffer.c64 void tty_buffer_unlock_exclusive(struct tty_port *port) in tty_buffer_unlock_exclusive() function
76 EXPORT_SYMBOL_GPL(tty_buffer_unlock_exclusive);
/linux-4.1.27/drivers/staging/speakup/
Dselection.c164 tty_buffer_unlock_exclusive(&vc->port); in __speakup_paste_selection()
/linux-4.1.27/drivers/tty/vt/
Dselection.c367 tty_buffer_unlock_exclusive(&vc->port); in paste_selection()