Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_buffer.rst41 :identifiers: tty_buffer_lock_exclusive tty_buffer_unlock_exclusive
/openbmc/linux/include/linux/
H A Dtty_flip.h89 void tty_buffer_lock_exclusive(struct tty_port *port);
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c52 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
59 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
H A Dtty_io.c2289 tty_buffer_lock_exclusive(tty->port); in tiocsti()
/openbmc/linux/drivers/tty/vt/
H A Dselection.c391 tty_buffer_lock_exclusive(&vc->port); in paste_selection()