Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_io.c3549 static struct cdev tty_cdev, console_cdev; variable
3647 cdev_init(&tty_cdev, &tty_fops); in tty_init()
3648 if (cdev_add(&tty_cdev, MKDEV(TTYAUX_MAJOR, 0), 1) || in tty_init()