Lines Matching refs:vtermnos
143 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] = variable
163 if (vtermnos[index] == -1) in hvc_console_print()
177 r = cons_ops[index]->put_chars(vtermnos[index], c, i); in hvc_console_print()
185 vtermnos[index]); in hvc_console_print()
194 hvc_console_flush(cons_ops[index], vtermnos[index]); in hvc_console_print()
199 if (vtermnos[c->index] == -1) in hvc_console_device()
211 if (vtermnos[co->index] == -1) in hvc_console_setup()
292 if (vtermnos[index] != -1) in hvc_instantiate()
302 vtermnos[index] = vtermno; in hvc_instantiate()
946 if (vtermnos[i] == hp->vtermno && in hvc_alloc()
953 for (i = 0; i < MAX_NR_HVC_CONSOLES && vtermnos[i] != -1; i++) { in hvc_alloc()
964 vtermnos[i] = vtermno; in hvc_alloc()
987 vtermnos[hp->index] = -1; in hvc_remove()