Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.c134 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
135 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] =
136 {[0 ... MAX_NR_HVC_CONSOLES - 1] = -1};
151 if (index >= MAX_NR_HVC_CONSOLES) in hvc_console_print()
195 if (co->index < 0 || co->index >= MAX_NR_HVC_CONSOLES) in hvc_console_setup()
276 if (index < 0 || index >= MAX_NR_HVC_CONSOLES) in hvc_instantiate()
894 for (i=0; i < MAX_NR_HVC_CONSOLES; i++) in hvc_alloc()
900 if (i >= MAX_NR_HVC_CONSOLES) in hvc_alloc()
925 if (hp->index < MAX_NR_HVC_CONSOLES) { in hvc_remove()
Dhvc_console.h38 #define MAX_NR_HVC_CONSOLES 16 macro
Dhvc_opal.c60 static struct hvc_opal_priv *hvc_opal_privs[MAX_NR_HVC_CONSOLES];
366 if (index >= MAX_NR_HVC_CONSOLES) in hvc_opal_init_early()
Dhvc_vio.c80 static struct hvterm_priv *hvterm_privs[MAX_NR_HVC_CONSOLES];
334 for (i = 0; i < MAX_NR_HVC_CONSOLES && termno < 0; i++) in hvc_vio_probe()