Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c129 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
130 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] =
131 {[0 ... MAX_NR_HVC_CONSOLES - 1] = -1};
146 if (index >= MAX_NR_HVC_CONSOLES) in hvc_console_print()
188 if (co->index < 0 || co->index >= MAX_NR_HVC_CONSOLES) in hvc_console_setup()
255 if (index < 0 || index >= MAX_NR_HVC_CONSOLES) in hvc_instantiate()
793 for (i=0; i < MAX_NR_HVC_CONSOLES; i++) in hvc_alloc()
799 if (i >= MAX_NR_HVC_CONSOLES) in hvc_alloc()
819 if (hp->index < MAX_NR_HVC_CONSOLES) in hvc_remove()
Dhvc_console.h38 #define MAX_NR_HVC_CONSOLES 16 macro
Dhvc_vio.c156 if (num_found >= MAX_NR_HVC_CONSOLES) { in hvc_find_vtys()
Dhvc_iseries.c577 if ((num_found >= MAX_NR_HVC_CONSOLES) || in hvc_find_vtys()