Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtty_flip.h39 extern void tty_buffer_unlock_exclusive(struct tty_port *port);
/linux-4.4.14/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.4.14/drivers/staging/speakup/
Dselection.c165 tty_buffer_unlock_exclusive(&vc->port); in __speakup_paste_selection()
/linux-4.4.14/drivers/tty/vt/
Dselection.c368 tty_buffer_unlock_exclusive(&vc->port); in paste_selection()