Searched refs:ptm_driver (Results 1 – 1 of 1) sorted by relevance
41 static struct tty_driver *ptm_driver; variable72 if (tty->driver == ptm_driver) { in pty_close()630 if (tty->driver != ptm_driver) in ptm_open_peer()845 tty = tty_init_dev(ptm_driver, index); in ptmx_open()870 retval = ptm_driver->ops->open(tty, filp); in ptmx_open()896 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init()902 if (IS_ERR(ptm_driver)) in unix98_pty_init()913 ptm_driver->driver_name = "pty_master"; in unix98_pty_init()914 ptm_driver->name = "ptm"; in unix98_pty_init()915 ptm_driver->major = UNIX98_PTY_MASTER_MAJOR; in unix98_pty_init()[all …]