Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/vt/
Dvt.c243 static struct device *tty0dev; variable
698 if (tty0dev) in redraw_screen()
699 sysfs_notify(&tty0dev->kobj, NULL, "active"); in redraw_screen()
2980 tty0dev = device_create(tty_class, NULL, MKDEV(TTY_MAJOR, 0), NULL, "tty0"); in vty_init()
2981 if (IS_ERR(tty0dev)) in vty_init()
2982 tty0dev = NULL; in vty_init()
2984 WARN_ON(device_create_file(tty0dev, &dev_attr_active) < 0); in vty_init()