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

/linux-4.4.14/drivers/tty/hvc/
H A Dhvc_console.c129 * Initial console vtermnos for console API usage prior to full console
135 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] = variable
155 if (vtermnos[index] == -1) hvc_console_print()
169 r = cons_ops[index]->put_chars(vtermnos[index], c, i); hvc_console_print()
186 if (vtermnos[c->index] == -1) hvc_console_device()
198 if (vtermnos[co->index] == -1) hvc_console_setup()
279 if (vtermnos[index] != -1) hvc_instantiate()
289 vtermnos[index] = vtermno; hvc_instantiate()
895 if (vtermnos[i] == hp->vtermno && hvc_alloc()
905 vtermnos[i] = vtermno; hvc_alloc()
927 vtermnos[hp->index] = -1; hvc_remove()

Completed in 65 milliseconds