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

/linux-master/drivers/tty/vt/
H A Dvt.c245 static struct device *tty0dev; variable in typeref:struct:device
945 if (tty0dev)
946 sysfs_notify(&tty0dev->kobj, NULL, "active");
3722 tty0dev = device_create_with_groups(&tty_class, NULL,
3725 if (IS_ERR(tty0dev))
3726 tty0dev = NULL;

Completed in 125 milliseconds