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

/linux-master/drivers/tty/
H A Dtty_io.c1654 * tty_kclose - closes tty opened by tty_kopen
1959 static struct tty_struct *tty_kopen(dev_t device, int shared) function
2009 return tty_kopen(device, 0);
2020 * Locking: identical to tty_kopen() above.
2024 return tty_kopen(device, 1);

Completed in 256 milliseconds