Home
last modified time | relevance | path

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

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