Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c359 u32 open_ttys; member
1295 return sprintf(buf, "%u\n", dc->open_ttys); in open_ttys_show()
1297 static DEVICE_ATTR_RO(open_ttys);
1306 "Could not create sysfs file for open_ttys\n"); in make_sysfs_files()
1469 while (dc->open_ttys) in tty_exit()
1576 dc->open_ttys++; in ntty_activate()
1598 dc->open_ttys--; in ntty_shutdown()
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c355 u32 open_ttys; member
1281 return sprintf(buf, "%u\n", dc->open_ttys); in open_ttys_show()
1283 static DEVICE_ATTR_RO(open_ttys);
1292 "Could not create sysfs file for open_ttys\n"); in make_sysfs_files()
1451 while (dc->open_ttys) in tty_exit()
1558 dc->open_ttys++; in ntty_activate()
1580 dc->open_ttys--; in ntty_shutdown()

Completed in 6 milliseconds