Searched refs:tty_class (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/tty/ |
| D | tty_io.c | 3072 return class_find_device_by_devt(&tty_class, devt); in tty_get_device() 3239 dev->class = &tty_class; in tty_register_device_attr() 3294 device_destroy(&tty_class, MKDEV(driver->major, driver->minor_start) + index); in tty_unregister_device() 3509 const struct class tty_class = { variable 3516 return class_register(&tty_class); in tty_class_init() 3625 device_create(&tty_class, NULL, MKDEV(TTYAUX_MAJOR, 0), NULL, "tty"); in tty_init() 3631 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
|
| D | pty.c | 934 device_create(&tty_class, NULL, MKDEV(TTYAUX_MAJOR, 2), NULL, "ptmx"); in unix98_pty_init()
|
| /Linux-v6.6/include/linux/ |
| D | tty.h | 390 extern const struct class tty_class;
|
| /Linux-v6.6/drivers/tty/vt/ |
| D | vt.c | 3536 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
|