Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dpty.c31 static struct tty_driver *ptm_driver; variable
62 if (tty->driver == ptm_driver) { in pty_close()
758 tty = tty_init_dev(ptm_driver, index); in ptmx_open()
795 retval = ptm_driver->ops->open(tty, filp); in ptmx_open()
817 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
823 if (IS_ERR(ptm_driver)) in unix98_pty_init()
834 ptm_driver->driver_name = "pty_master"; in unix98_pty_init()
835 ptm_driver->name = "ptm"; in unix98_pty_init()
836 ptm_driver->major = UNIX98_PTY_MASTER_MAJOR; in unix98_pty_init()
837 ptm_driver->minor_start = 0; in unix98_pty_init()
[all …]