Searched refs:consoles (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 Dvirtio_console.c40 * Mainly, it has a linked list for all the consoles in one place so
55 * This is used to keep track of the number of hvc consoles
67 struct list_head consoles; member in struct:ports_driver_data
75 /* We'll place all consoles in a list in the pdrvdata struct */
212 list_for_each_entry(cons, &pdrvdata.consoles, list) {
885 list_add_tail(&port->cons.list, &pdrvdata.consoles);
1664 INIT_LIST_HEAD(&pdrvdata.consoles);

Completed in 54 milliseconds