Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_io.c1957 static struct tty_struct *tty_kopen(dev_t device, int shared) in tty_kopen() function
2007 return tty_kopen(device, 0); in tty_kopen_exclusive()
2022 return tty_kopen(device, 1); in tty_kopen_shared()