Searched refs:pts_driver (Results 1 – 1 of 1) sorted by relevance
32 static struct tty_driver *pts_driver; variable825 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()831 if (IS_ERR(pts_driver)) in unix98_pty_init()847 ptm_driver->other = pts_driver; in unix98_pty_init()850 pts_driver->driver_name = "pty_slave"; in unix98_pty_init()851 pts_driver->name = "pts"; in unix98_pty_init()852 pts_driver->major = UNIX98_PTY_SLAVE_MAJOR; in unix98_pty_init()853 pts_driver->minor_start = 0; in unix98_pty_init()854 pts_driver->type = TTY_DRIVER_TYPE_PTY; in unix98_pty_init()855 pts_driver->subtype = PTY_TYPE_SLAVE; in unix98_pty_init()[all …]