Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/tty/
Dtty_internals.rst15 :identifiers: tty_kopen_exclusive tty_kopen_shared tty_kclose
/linux-6.1.9/include/linux/
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
/linux-6.1.9/drivers/accessibility/speakup/
Dspk_ttyio.c155 tty = tty_kopen_exclusive(dev); in spk_ttyio_initialise_ldisc()
/linux-6.1.9/drivers/tty/
Dtty_io.c1998 struct tty_struct *tty_kopen_exclusive(dev_t device) in tty_kopen_exclusive() function
2002 EXPORT_SYMBOL_GPL(tty_kopen_exclusive);