Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dpty.c43 static struct tty_driver *pts_driver; variable
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()
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()
916 pts_driver->init_termios.c_ispeed = 38400; in unix98_pty_init()
918 pts_driver->other = ptm_driver; in unix98_pty_init()
[all …]