Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dpty.c557 if (IS_ERR(pty_slave_driver)) in legacy_pty_init()
573 pty_driver->other = pty_slave_driver; in legacy_pty_init()
576 pty_slave_driver->driver_name = "pty_slave"; in legacy_pty_init()
577 pty_slave_driver->name = "ttyp"; in legacy_pty_init()
578 pty_slave_driver->major = PTY_SLAVE_MAJOR; in legacy_pty_init()
579 pty_slave_driver->minor_start = 0; in legacy_pty_init()
580 pty_slave_driver->type = TTY_DRIVER_TYPE_PTY; in legacy_pty_init()
581 pty_slave_driver->subtype = PTY_TYPE_SLAVE; in legacy_pty_init()
584 pty_slave_driver->init_termios.c_ispeed = 38400; in legacy_pty_init()
586 pty_slave_driver->other = pty_driver; in legacy_pty_init()
[all …]

Completed in 5 milliseconds