Lines Matching defs:console
9 * console available either. However, the service processor has two standard
21 #include <linux/console.h>
385 * machine during console handshaking (in which case tty = NULL and we ignore
512 /* for boot console, before the irq handler is running */
658 * the console will not.
660 printk(KERN_ERR "hvsi%i: lost console!\n", hp->index);
723 return 0; /* this has already been handshaked as the console */
778 /* only close down connection if it is not the console */
1074 pr_err("Couldn't register hvsi console driver\n");
1094 /***** console (not tty) code: *****/
1096 static void hvsi_console_print(struct console *console, const char *buf,
1099 struct hvsi_struct *hp = &hvsi_ports[console->index];
1131 static struct tty_driver *hvsi_console_device(struct console *console,
1134 *index = console->index;
1138 static int __init hvsi_console_setup(struct console *console, char *options)
1143 if (console->index < 0 || console->index >= hvsi_count)
1145 hp = &hvsi_ports[console->index];
1167 static struct console hvsi_console = {