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

/linux-master/include/linux/
H A Dtty.h353 struct tty_struct *tty_kopen_exclusive(dev_t device);
377 static inline struct tty_struct *tty_kopen_exclusive(dev_t device) function
/linux-master/drivers/accessibility/speakup/
H A Dspk_ttyio.c154 tty = tty_kopen_exclusive(dev);
/linux-master/drivers/tty/
H A Dtty_io.c1994 * tty_kopen_exclusive - open a tty device for kernel
2007 struct tty_struct *tty_kopen_exclusive(dev_t device) function
2011 EXPORT_SYMBOL_GPL(tty_kopen_exclusive); variable
2018 * tty_kopen_exclusive() above it doesn't ensure to be the only user.

Completed in 121 milliseconds