Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_flip.h40 extern void tty_buffer_unlock_exclusive(struct tty_port *port);
/OK3568_Linux_fs/kernel/drivers/tty/
H A 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);
H A Dtty_io.c2278 tty_buffer_unlock_exclusive(tty->port); in tiocsti()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dselection.c416 tty_buffer_unlock_exclusive(&vc->port); in paste_selection()