Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dpty.c42 static struct tty_driver *pts_driver; variable
904 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
910 if (IS_ERR(pts_driver)) in unix98_pty_init()
926 ptm_driver->other = pts_driver; in unix98_pty_init()
929 pts_driver->driver_name = "pty_slave"; in unix98_pty_init()
930 pts_driver->name = "pts"; in unix98_pty_init()
931 pts_driver->major = UNIX98_PTY_SLAVE_MAJOR; in unix98_pty_init()
932 pts_driver->minor_start = 0; in unix98_pty_init()
933 pts_driver->type = TTY_DRIVER_TYPE_PTY; in unix98_pty_init()
934 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
[all …]