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

/drivers/tty/
H A Dnozomi.c393 u32 open_ttys; member in struct:nozomi
1342 return sprintf(buf, "%u\n", dc->open_ttys);
1344 static DEVICE_ATTR(open_ttys, S_IRUGO, open_ttys_show, NULL);
1353 "Could not create sysfs file for open_ttys\n");
1521 while (dc->open_ttys)
1626 dc->open_ttys++;
1648 dc->open_ttys--;

Completed in 29 milliseconds