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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c99 static int hvsi_count; variable
806 if (line < 0 || line >= hvsi_count)
1148 hvsi_driver = alloc_tty_driver(hvsi_count);
1165 for (i=0; i < hvsi_count; i++) {
1179 printk(KERN_DEBUG "HVSI: registered %i devices\n", hvsi_count);
1234 if (console->index < 0 || console->index >= hvsi_count)
1285 if (hvsi_count >= MAX_NR_HVSI_CONSOLES) {
1290 hp = &hvsi_ports[hvsi_count];
1296 hp->index = hvsi_count;
1307 hvsi_count
[all...]

Completed in 60 milliseconds