Searched refs:tty_class (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/tty/ |
| H A D | tty_io.c | 3085 return class_find_device_by_devt(&tty_class, devt); in tty_get_device() 3252 dev->class = &tty_class; in tty_register_device_attr() 3307 device_destroy(&tty_class, MKDEV(driver->major, driver->minor_start) + index); in tty_unregister_device() 3521 const struct class tty_class = { variable 3528 return class_register(&tty_class); in tty_class_init() 3636 device_create(&tty_class, NULL, MKDEV(TTYAUX_MAJOR, 0), NULL, "tty"); in tty_init() 3642 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
|
| H A D | pty.c | 906 device_create(&tty_class, NULL, MKDEV(TTYAUX_MAJOR, 2), NULL, "ptmx"); in unix98_pty_init()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 3859 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
|