Home
last modified time | relevance | path

Searched refs:vtermnos (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c130 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] = variable
150 if (vtermnos[index] == -1) in hvc_console_print()
164 r = cons_ops[index]->put_chars(vtermnos[index], c, i); in hvc_console_print()
179 if (vtermnos[c->index] == -1) in hvc_console_device()
191 if (vtermnos[co->index] == -1) in hvc_console_setup()
258 if (vtermnos[index] != -1) in hvc_instantiate()
268 vtermnos[index] = vtermno; in hvc_instantiate()
794 if (vtermnos[i] == hp->vtermno && in hvc_alloc()
820 vtermnos[hp->index] = -1; in hvc_remove()