Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_internals.rst15 :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
/openbmc/linux/include/linux/
H A Dtty.h354 struct tty_struct *tty_kopen_exclusive(dev_t device);
378 static inline struct tty_struct *tty_kopen_exclusive(dev_t device) in tty_kopen_exclusive() function
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c154 tty = tty_kopen_exclusive(dev); in spk_ttyio_initialise_ldisc()
/openbmc/linux/drivers/tty/
H A Dtty_io.c1999 struct tty_struct *tty_kopen_exclusive(dev_t device) in tty_kopen_exclusive() function
2003 EXPORT_SYMBOL_GPL(tty_kopen_exclusive);