Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_io.c3569 static struct device *consdev; variable
3573 if (consdev) in console_sysfs_notify()
3574 sysfs_notify(&consdev->kobj, NULL, "active"); in console_sysfs_notify()
3593 consdev = device_create(tty_class, NULL, MKDEV(TTYAUX_MAJOR, 1), NULL, in tty_init()
3595 if (IS_ERR(consdev)) in tty_init()
3596 consdev = NULL; in tty_init()
3598 WARN_ON(device_create_file(consdev, &dev_attr_active) < 0); in tty_init()