Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtty.h265 extern struct tty_struct *tty_kopen_exclusive(dev_t device);
289 static inline struct tty_struct *tty_kopen_exclusive(dev_t device) in tty_kopen_exclusive() function
/Linux-v5.15/drivers/accessibility/speakup/
Dspk_ttyio.c155 tty = tty_kopen_exclusive(dev); in spk_ttyio_initialise_ldisc()
/Linux-v5.15/drivers/tty/
Dtty_io.c2018 struct tty_struct *tty_kopen_exclusive(dev_t device) in tty_kopen_exclusive() function
2022 EXPORT_SYMBOL_GPL(tty_kopen_exclusive);