Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c1911 * tty_lookup_driver - lookup a tty driver for a given device file
1922 static struct tty_driver *tty_lookup_driver(dev_t device, struct file *filp, in tty_lookup_driver() function
1981 driver = tty_lookup_driver(device, NULL, &index); in tty_kopen()
2033 driver = tty_lookup_driver(device, filp, &index); in tty_open_by_driver()
2092 * Locking: tty_mutex protects tty, tty_lookup_driver and tty_init_dev.
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c1900 * tty_lookup_driver - lookup a tty driver for a given device file
1912 static struct tty_driver *tty_lookup_driver(dev_t device, struct file *filp, in tty_lookup_driver() function
1958 driver = tty_lookup_driver(device, NULL, &index); in tty_kopen()
2045 driver = tty_lookup_driver(device, filp, &index); in tty_open_by_driver()
2105 * * %tty_mutex protects tty, tty_lookup_driver() and tty_init_dev().

Completed in 15 milliseconds