Searched refs:tty0dev (Results 1 – 1 of 1) sorted by relevance
245 static struct device *tty0dev; variable 945 if (tty0dev) in redraw_screen() 946 sysfs_notify(&tty0dev->kobj, NULL, "active"); in redraw_screen() 3730 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init() 3733 if (IS_ERR(tty0dev)) in vty_init() 3734 tty0dev = NULL; in vty_init()