Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dpty.c43 static struct tty_driver *pts_driver; variable
883 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()
889 if (IS_ERR(pts_driver)) in unix98_pty_init()
905 ptm_driver->other = pts_driver; in unix98_pty_init()
908 pts_driver->driver_name = "pty_slave"; in unix98_pty_init()
909 pts_driver->name = "pts"; in unix98_pty_init()
910 pts_driver->major = UNIX98_PTY_SLAVE_MAJOR; in unix98_pty_init()
911 pts_driver->minor_start = 0; in unix98_pty_init()
912 pts_driver->type = TTY_DRIVER_TYPE_PTY; in unix98_pty_init()
913 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()
[all …]