Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtty_flip.h40 extern void tty_buffer_lock_exclusive(struct tty_port *port);
/Linux-v4.19/drivers/tty/
Dtty_buffer.c56 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
63 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
/Linux-v4.19/drivers/staging/speakup/
Dselection.c144 tty_buffer_lock_exclusive(&vc->port); in __speakup_paste_selection()
/Linux-v4.19/drivers/tty/vt/
Dselection.c348 tty_buffer_lock_exclusive(&vc->port); in paste_selection()