Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/tty/
H A Dtty_buffer.rst41 :identifiers: tty_buffer_lock_exclusive tty_buffer_unlock_exclusive
/linux/include/linux/
H A Dtty_flip.h89 void tty_buffer_lock_exclusive(struct tty_port *port);
/linux/drivers/tty/
H A Dtty_buffer.c44 * tty_buffer_lock_exclusive - gain exclusive access to buffer
53 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
60 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
68 * See also tty_buffer_lock_exclusive().
H A Dtty_io.c2288 tty_buffer_lock_exclusive(tty->port); in tiocsti()