Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty_flip.h41 extern void tty_buffer_unlock_exclusive(struct tty_port *port);
/Linux-v4.19/drivers/tty/
Dtty_buffer.c65 void tty_buffer_unlock_exclusive(struct tty_port *port) in tty_buffer_unlock_exclusive() function
77 EXPORT_SYMBOL_GPL(tty_buffer_unlock_exclusive);
/Linux-v4.19/drivers/staging/speakup/
Dselection.c161 tty_buffer_unlock_exclusive(&vc->port); in __speakup_paste_selection()
/Linux-v4.19/drivers/tty/vt/
Dselection.c366 tty_buffer_unlock_exclusive(&vc->port); in paste_selection()