Searched refs:pts_driver (Results 1 – 1 of 1) sorted by relevance
37 static struct tty_driver *pts_driver; variable836 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()842 if (IS_ERR(pts_driver)) in unix98_pty_init()858 ptm_driver->other = pts_driver; in unix98_pty_init()861 pts_driver->driver_name = "pty_slave"; in unix98_pty_init()862 pts_driver->name = "pts"; in unix98_pty_init()863 pts_driver->major = UNIX98_PTY_SLAVE_MAJOR; in unix98_pty_init()864 pts_driver->minor_start = 0; in unix98_pty_init()865 pts_driver->type = TTY_DRIVER_TYPE_PTY; in unix98_pty_init()866 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()[all …]