Searched refs:ptm_driver (Results 1 – 1 of 1) sorted by relevance
42 static struct tty_driver *ptm_driver; variable72 if (tty->driver == ptm_driver) { in pty_close()609 if (tty->driver != ptm_driver) in ptm_open_peer()881 if (IS_ERR(ptm_driver)) in unix98_pty_init()893 ptm_driver->name = "ptm"; in unix98_pty_init()895 ptm_driver->minor_start = 0; in unix98_pty_init()899 ptm_driver->init_termios.c_iflag = 0; in unix98_pty_init()900 ptm_driver->init_termios.c_oflag = 0; in unix98_pty_init()905 ptm_driver->other = pts_driver; in unix98_pty_init()918 pts_driver->other = ptm_driver; in unix98_pty_init()[all …]
Completed in 4 milliseconds