Lines Matching defs:hvsi_count
86 static int hvsi_count;
1043 hvsi_driver = alloc_tty_driver(hvsi_count);
1059 for (i=0; i < hvsi_count; i++) {
1078 printk(KERN_DEBUG "HVSI: registered %i devices\n", hvsi_count);
1083 for (i = 0; i < hvsi_count; i++) {
1143 if (console->index < 0 || console->index >= hvsi_count)
1192 if (hvsi_count >= MAX_NR_HVSI_CONSOLES) {
1197 hp = &hvsi_ports[hvsi_count];
1204 hp->index = hvsi_count;
1216 hvsi_count++;
1219 if (hvsi_count)